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

Summary: H2DataStorageTest is broken
Product: cnd Reporter: Alexey Vladykin <alexey_vladykin>
Component: D-LightAssignee: Alexey Vladykin <alexey_vladykin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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