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 158290 - H2DataStorageTest is broken
Summary: H2DataStorageTest is broken
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 13:12 UTC by Alexey Vladykin
Modified: 2009-02-19 20:43 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 Alexey Vladykin 2009-02-10 13:12:08 UTC
H2DataStorageTest does not compile after recent API changes. After fixing compilation errors it fails. Need to
investigate this.
Comment 1 Alexey Vladykin 2009-02-10 16:36:40 UTC
The failure is random. There is a race condition in SQLStackStorage.
Comment 2 Alexey Vladykin 2009-02-10 20:33:23 UTC
Fixed in http://hg.netbeans.org/main/rev/73523c0eba32
Comment 3 Quality Engineering 2009-02-18 10:39:03 UTC
Integrated into 'main-golden', will be available in build *200902180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/73523c0eba32
User: Alexey Vladykin <alexey_vladkin@netbeans.org>
Log: #158290 H2DataStorageTest is broken