admin@glassfish.java.net

Occasional Unit Test failure on Windows 7

From: Byron Nevins <byron.nevins_at_oracle.com>
Date: Mon, 26 Apr 2010 12:19:30 -0700

Directory lastModified mismatch after extraction 1272138325395,
1272138356159


line 824 org.glassfish.admin.payload.PayloadFilesManagerTest

     Here is the code from the unit test:

                     System.out.println("Directory lastModified mismatch
after extraction " +
                             dirCreationTime + ", " +
extractedLastModified);

It looks like the numbers are in nsec which would mean a time stamp
discrepancy of less than one microsecond.

***** I've only seen it on Windows 7 and it is intermittent ************