You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got strange exception related to the RandomJavaClassTest.generatesSameSrc test.
[INFO]
[ERROR] Failures:
[ERROR] RandomJavaClassTest.generatesSameSrc:60 We expect that the generated source code will be the same, but they weren't 'Params(factor=0.5, seed=1972803176841766147)'
Expected: "package $;\n\nimport static java.lang.Math.max;\nimport static java.nio.file.Files.*;\nimport static java.lang.Math.pow;\nimport java.util.TreeMap;\n\nclass DELrD {\n public DELrD() {\n long b;\n\n long h$;\n\n h$ = 0b11 * 92 - 80 / 0l;\n }\n\n public void KV() {\n long $$$$h;\n\n long DHY;\n\n DHY = 0314L + 0xDl - 0_____7_14;\n }\n\n public void $W$lR() {\n long $$Vf;\n\n long $g$;\n\n boolean t$Lg;\n }\n}\n"
but: was "package $;\n\nimport static java.lang.Math.max;\nimport static java.nio.file.Files.*;\nimport static java.lang.Math.pow;\nimport java.util.TreeMap;\n\nclass DELrD {\n public DELrD() {\n long b;\n\n long h$;\n\n h$ = 0b11 * 92 - 80 / 0l;\n }\n\n public void KV() {\n long $$$$h;\n\n long DHY;\n\n $$$$h = 0314L + 0xDl - 0_____7_14;\n }\n\n public void $W$lR() {\n long $$Vf;\n\n long $g$;\n\n boolean t$Lg;\n }\n}\n"
We got strange exception related to the
RandomJavaClassTest.generatesSameSrc
test.Full log is here:
flaky-test.log.txt
The problem was revealed here:
#129 (comment)
Most probably, it's a flaky test.
The text was updated successfully, but these errors were encountered: