google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Flaky GpeFacetedMigratorTest: loaded GPE project doesn't have (old) App Engine facet

Open chanseokoh opened this issue 8 years ago • 0 comments

I don't remember having seen this.

The GPE test project certainly has the old GPE facet by its setup, but at the failure point, Eclipse did not think the project had it. Maybe giving Eclipse a bit more time would have made it work?

testRemoveGpeRuntimeAndFacets_facetsRemoved(com.google.cloud.tools.eclipse.appengine.compat.gpe.GpeFacetedMigratorTest)  Time elapsed: 2.108 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.google.cloud.tools.eclipse.appengine.compat.gpe.GpeFacetedMigratorTest.testRemoveGpeRuntimeAndFacets_facetsRemoved(GpeFacetedMigratorTest.java:79)

chanseokoh avatar Dec 13 '17 19:12 chanseokoh