Bug 515829 - o.e.c.managedbuilder.core.regressionsBug_303953.testBuildAfterSourcefileDelete intermittent
Summary: o.e.c.managedbuilder.core.regressionsBug_303953.testBuildAfterSourcefileDelet...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-releng (show other bugs)
Version: 9.3.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-releng-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 499777
  Show dependency tree
 
Reported: 2017-04-26 08:05 EDT by Jonah Graham CLA
Modified: 2020-09-04 15:19 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonah Graham CLA 2017-04-26 08:05:57 EDT
This test is intermittent:

junit.framework.AssertionFailedError: Resource Changed Delta
Verifying delta for /
Verifying delta for /helloworldC
Verifying delta for /helloworldC/.cproject
	Missing expected change
		Actual kind: <CHANGED>
		Actual change flags: <CONTENT>
Verifying delta for /helloworldC/.settings
	Missing expected change
		Actual kind: <CHANGED>
		Actual change flags: <0>
Verifying delta for /helloworldC/.settings/language.settings.xml
	Missing expected change
		Actual kind: <CHANGED>
		Actual change flags: <CONTENT>
Resource Changed Delta
Verifying delta for /
Verifying delta for /helloworldC
Verifying delta for /helloworldC/Debug
Verifying delta for /helloworldC/Debug/helloworldC
Verifying delta for /helloworldC/Debug/makefile
Verifying delta for /helloworldC/Debug/objects.mk
Verifying delta for /helloworldC/Debug/sources.mk
Verifying delta for /helloworldC/Debug/src
Verifying delta for /helloworldC/Debug/src/helloworldC.d
Verifying delta for /helloworldC/Debug/src/helloworldC.o
Verifying delta for /helloworldC/Debug/src/subdir.mk
Checking expectations for /
	Ignored
Checking expectations for /helloworldC
	Ignored

	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.TestCase.assertTrue(TestCase.java:192)
	at org.eclipse.cdt.managedbuilder.testplugin.AbstractBuilderTest.verifyBuild(AbstractBuilderTest.java:110)
	at org.eclipse.cdt.managedbuilder.testplugin.AbstractBuilderTest.verifyBuild(AbstractBuilderTest.java:91)
	at org.eclipse.cdt.managedbuilder.core.regressions.Bug_303953.testBuildAfterSourcefileDelete(Bug_303953.java:49)
Comment 1 Jonah Graham CLA 2017-05-02 04:06:23 EDT
Failed again: https://hudson.eclipse.org/cdt/job/cdt-verify-test-cdt-other/140/testReport/org.eclipse.cdt.managedbuilder.core.regressions/Bug_303953/testBuildAfterSourcefileDelete/
Updated stack trace (line numbers changing):

junit.framework.AssertionFailedError: Resource Changed Delta
Verifying delta for /
Verifying delta for /helloworldC
Verifying delta for /helloworldC/.cproject
	Missing expected change
		Actual kind: <CHANGED>
		Actual change flags: <CONTENT>
Verifying delta for /helloworldC/.settings
	Missing expected change
		Actual kind: <CHANGED>
		Actual change flags: <0>
Verifying delta for /helloworldC/.settings/language.settings.xml
	Missing expected change
		Actual kind: <CHANGED>
		Actual change flags: <CONTENT>
Resource Changed Delta
Verifying delta for /
Verifying delta for /helloworldC
Verifying delta for /helloworldC/Debug
Verifying delta for /helloworldC/Debug/helloworldC
Verifying delta for /helloworldC/Debug/makefile
Verifying delta for /helloworldC/Debug/objects.mk
Verifying delta for /helloworldC/Debug/sources.mk
Verifying delta for /helloworldC/Debug/src
Verifying delta for /helloworldC/Debug/src/helloworldC.d
Verifying delta for /helloworldC/Debug/src/helloworldC.o
Verifying delta for /helloworldC/Debug/src/subdir.mk
Checking expectations for /
	Ignored
Checking expectations for /helloworldC
	Ignored

	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.TestCase.assertTrue(TestCase.java:192)
	at org.eclipse.cdt.managedbuilder.testplugin.AbstractBuilderTest.verifyBuild(AbstractBuilderTest.java:108)
	at org.eclipse.cdt.managedbuilder.testplugin.AbstractBuilderTest.verifyBuild(AbstractBuilderTest.java:89)
	at org.eclipse.cdt.managedbuilder.core.regressions.Bug_303953.testBuildAfterSourcefileDelete(Bug_303953.java:49)