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 133090 - MigrateActionTest#testMigrateUTCMany fails
Summary: MigrateActionTest#testMigrateUTCMany fails
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-04-17 11:34 UTC by Martin Krauskopf
Modified: 2008-06-20 15:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
fail.txt (1018 bytes, text/plain)
2008-04-17 11:37 UTC, Martin Krauskopf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-04-17 11:34:36 UTC
For few days/weeks already. See attachment.
Comment 1 Martin Krauskopf 2008-04-17 11:37:01 UTC
Created attachment 60332 [details]
fail.txt
Comment 2 Martin Krauskopf 2008-05-28 19:45:36 UTC
I've temporarily disabled the failing test to prevent checking for result (not one should always get 100%)

changeset: 0dbc36344079

Comment 3 Quality Engineering 2008-05-29 04:45:19 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #224 build
Changeset: http://hg.netbeans.org/main/rev/0dbc36344079
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: Temporarily disabling (for long time failing) tests (issue #133090)
Comment 4 Torbjorn Norbye 2008-06-19 03:50:14 UTC
Should be fixed by changeset d22ca41fcbfd:

From the checkin message:
"In the file full of random UTC timestamps, there were duplicates - and these files were processed in file-on-disk
order, which meant that even though they are sorted by name, you could end up accessing the duplicates in different
orders (and while there were duplicates in the UTC, the file number is also in the label, which differs, causing unit
test diffs and therefore a failure).

I processed the golden files a bit so there should be no duplicates now and the test should be stable."
Comment 5 Quality Engineering 2008-06-20 15:54:13 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #271 build
Changeset: http://hg.netbeans.org/main/rev/cfe15d96f113
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: Reenabling test after issue #133090 was fixed