Open aweisberg opened 3 years ago
This is available to take from Bhavani if he doesn't get to it.
@aweisberg , should this be closed? I tried to run the test suite but could not produce a repro:
./mvnw test -pl :presto-main -Dtest=com.facebook.presto.block.TestBlockBuilder
Running com.facebook.presto.block.TestBlockBuilder
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.597 s - in com.facebook.presto.block.TestBlockBuilder
Also in #15737, the test was enabled again because "The only one that doesn't work is Cassanda".
It seemed like it was passing reliably, but I don't think it is. Yes it frequently passes. I think the entire test suite may have issues.
It just failed here for example https://github.com/prestodb/presto/pull/15774/checks?check_run_id=2035664515
It's no longer an OOM issue. Looks like it's not a test suite issue and it relates to Surefire. The solution here doesn't seem to work because we are using Surefire 2.22.0
That is a generic error message printed when the forked process terminates unexpectedly. Anything can cause it, but it's usually OOM. My recollection is when this reproduces locally (run it in a loop) you can check the log file and it mentions the OOM.
It's disabled right now.