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 267727 - NPE in remote VCS tests
Summary: NPE in remote VCS tests
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.2
Hardware: All All
: P4 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-27 10:03 UTC by Vladimir Kvashin
Modified: 2016-08-29 01: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 Vladimir Kvashin 2016-08-27 10:03:35 UTC
Today I noticed that some remote VCS tests fell because of the NPE:

java.lang.NullPointerException
	at org.netbeans.modules.subversion.remote.RemoteVersioningTestBase.setUp(RemoteVersioningTestBase.java:175)
	at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:470)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.netbeans.junit.NbTestCase.run(NbTestCase.java:293)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:520)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1060)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:911)
Comment 1 Vladimir Kvashin 2016-08-27 10:07:56 UTC
see
ENUM:8080/hudson/job/cnd-test-ubuntu.x86_64/12788/testReport/junit/org.netbeans.modules.subversion.remote/InterceptorRenameFOTest/renameAddedFile_FO__tester_enum_ru_oracle_com_/
Comment 3 Quality Engineering 2016-08-29 01:43:54 UTC
Integrated into 'main-silver', will be available in build *201608290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c279a32ba9b7
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #267727 - NPE in remote VCS tests