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 159387 - check if repository is working well
Summary: check if repository is working well
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-01 14:49 UTC by Vladimir Voskresensky
Modified: 2009-03-06 20:33 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 Vladimir Voskresensky 2009-03-01 14:49:47 UTC
Strange to see, that repository is only 44Mb after the full xRef test for VLC project, while IDE consumes >1G of memory

+ something strange with repository tests:
Testsuite: org.netbeans.modules.cnd.repository.disk.FilesAccessStrategyTest
Exception in thread "Reader thread 4" junit.framework.AssertionFailedError: expected:<TestOBject @1436280347
key=FilesAccessStrategyTestUnit1:/home/vv159170/devarea/trunk/cnd.modelimpl/build/test/unit/data LargeAndMutable
sData=[org,common,goldenfiles] iData=0 lData=4096> but was:<null>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:277)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:71)
        at org.netbeans.modules.cnd.repository.disk.FilesAccessStrategyTest$1.run(FilesAccessStrategyTest.java:150)
        at java.lang.Thread.run(Thread.java:595)
Exception in thread "Reader thread 0" junit.framework.AssertionFailedError: expected:<TestOBject @1436280347
key=FilesAccessStrategyTestUnit1:/home/vv159170/devarea/trunk/cnd.modelimpl/build/test/unit/data LargeAndMutable
sData=[org,common,goldenfiles] iData=0 lData=4096> but was:<null>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:277)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:71)
        at org.netbeans.modules.cnd.repository.disk.FilesAccessStrategyTest$1.run(FilesAccessStrategyTest.java:150)
        at java.lang.Thread.run(Thread.java:595)
Exception in thread "Reader thread 5" junit.framework.AssertionFailedError: expected:<TestOBject @1436280347
key=FilesAccessStrategyTestUnit1:/home/vv159170/devarea/trunk/cnd.modelimpl/build/test/unit/data LargeAndMutable
sData=[org,common,goldenfiles] iData=0 lData=4096> but was:<null>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:277)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:71)
        at org.netbeans.modules.cnd.repository.disk.FilesAccessStrategyTest$1.run(FilesAccessStrategyTest.java:150)
        at java.lang.Thread.run(Thread.java:595)
Exception in thread "Reader thread 3" junit.framework.AssertionFailedError: expected:<TestOBject @1436280347
key=FilesAccessStrategyTestUnit1:/home/vv159170/devarea/trunk/cnd.modelimpl/build/test/unit/data LargeAndMutable
sData=[org,common,goldenfiles] iData=0 lData=4096> but was:<null>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:277)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:71)
        at org.netbeans.modules.cnd.repository.disk.FilesAccessStrategyTest$1.run(FilesAccessStrategyTest.java:150)
        at java.lang.Thread.run(Thread.java:595)
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 29.716 sec
Comment 2 Quality Engineering 2009-03-06 20:33:14 UTC
Integrated into 'main-golden', will be available in build *200903061429* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c36012f31275
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed test IZ#159387: check if repository is working well