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 - Check of newer builds should not rely on file creation timestamp
Summary: Check of newer builds should not rely on file creation timestamp
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: ehucka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 08:03 UTC by Jiri Skrivanek
Modified: 2011-02-17 09:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.