gmu-swe/phosphor

InheritedAutoTaintObjTagITCase is flaky in CI on Java 16

jon-bell opened this issue · 0 comments

Have seen this show up a few times recently:

testInterfaceSourceMethodInherited(edu.columbia.cs.psl.test.phosphor.InheritedAutoTaintObjTagITCase)  Time elapsed: 0.397 sec  <<< FAILURE!
java.lang.AssertionError: Expected non-null taint - got: Taint [Labels = [[]]
	at edu.columbia.cs.psl.test.phosphor.InheritedAutoTaintObjTagITCase.testInterfaceSourceMethodInherited(InheritedAutoTaintObjTagITCase.java:44)

Example CI run showing failure, and a rerun of the same build showing passing. Have not seen a flaky failure on JDK8.