This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 116089

Summary: Check of newer builds should not rely on file creation timestamp
Product: qa Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: ehucka <ehucka>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2007-09-20 08:03:13 UTC
When you check "Only when build ... is new." in the Scheduler you expect a testrun is started only when new build
appears. But it checks timestamp of file creation and it may change. Then tests are run two times on the same build. It
would be better to check filename.
Comment 1 ehucka 2007-09-20 08:41:24 UTC
From my point of view, file is new or modified when its timestamp is changed. Except detailed diff there is no way how
to check modifications of some abstract URL. URL path can be same for different builds (using symbolic links), file size
can be also same for different builds but timestamp will be always different. It is problem on the server side. I will
not implement particular (and wrong) solutions for each server. :)
Comment 2 Jiri Skrivanek 2007-09-20 08:55:38 UTC
Verified.
Comment 3 Jiri Skrivanek 2007-09-20 08:55:46 UTC
Verified.