[GRADLE-69] Problem with VersionTest on Ubuntu 7.10 Created: 25/Apr/08  Updated: 04/Jan/13  Resolved: 23/Oct/08

Status: Resolved
Project: Gradle
Affects Version/s: 0.1.2
Fix Version/s: None

Type: Bug
Reporter: Russel Winder Assignee: Russel Winder
Resolution: Fixed Votes: 0

Attachments: XML File TEST-org.gradle.build.release.VersionTest.xml    

 Description   

[mkdir] Created dir: /home/Checkouts/Subversion/Gradle_Core_Trunk/buildSrc/build/test-results
[junit] Running org.gradle.build.release.VersionTest
[junit] Tests run: 7, Failures: 0, Errors: 1, Time elapsed: 1.808 sec
[junit] Test org.gradle.build.release.VersionTest FAILED

test result XML file will be attached.



 Comments   
Comment by Russel Winder [ 23/Oct/08 ]

Experimentation indicates that this is a timing / sequencing problem when using NFS mounted filestores. The Java/Groovy code deletes a directory and then before the NFS system has completed the action, deletes the parent. This second deletion fails due to the presence of the .nfsXXXXX file. Introducing a small delay between the deletion of the subdirectory and the deletion of the parent directory avoids the problem.

Comment by Russel Winder [ 23/Oct/08 ]

The problem as stated in this JIRA is not reproducible any more. Thus r1020 in Subversion Trunk represents a known fix for this.

Generated at Wed Jun 30 11:21:12 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.