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 200485 - Test failures
Summary: Test failures
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2011-07-28 16:06 UTC by Jesse Glick
Modified: 2011-08-02 13:41 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 Jesse Glick 2011-07-28 16:06:54 UTC
I get test failures in versioning.system.cvss on Linux; should this not be tested as part of nbbuild/hudson/core-main?

CvsFileSystemTest - testAddFileStatusListener sometimes fails; testCaseSensitiveFolderRename always fails; incremental run tests show a dialog "cvs add: `atleastone' already exists, with version number 1.1" (maybe missing clearWorkDir?); and there are lots of stack traces in console:

java.lang.NullPointerException
	at java.io.File.<init>(File.java:222)
	at org.netbeans.modules.versioning.Utils.getRootFilesystem(Utils.java:374)

UtilTest.testIsParentOrEqual always fails too.
Comment 1 Ondrej Vrabec 2011-08-01 12:25:01 UTC
http://hg.netbeans.org/core-main/rev/aa9db2c307be
got rid of NPEs, made UtilTest work again

> I get test failures in versioning.system.cvss on Linux; should this not be tested as part of nbbuild/hudson/core-main?
No. CVS will be removed from build, available via AU. I have no time to investigate why testCaseSensitiveFolderRename fails or how to fix it.
Comment 2 Quality Engineering 2011-08-02 13:41:22 UTC
Integrated into 'main-golden', will be available in build *201108020600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aa9db2c307be
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #200485 - Test failures