o.a.c.cql3.validation contains a lot of tests. Most of them are not real
unittest in the sense that they start and use a C* server.
I am not sure of how it is done but if we ran multiple tests in parallel we
have to be carefull that those test do not interfer with each others. For
example, some tes
Another couple ABORT examples have presented themselves, tonight, one
that has logs.
Usually we'll see unit tests finish similar to:
01:57:39 [junit] Testsuite:
org.apache.cassandra.cql3.statements.PropertyDefinitionsTest
01:57:39 [junit] Testsuite:
org.apache.cassandra.cql3.statements.Pr
Jenkins jobs in ABORTED status are bad. A lot of times they tend to be
ignored/re-run to get completed results, which is OK, only if the reason
is due to server setup or configuration problems. There's a relatively
recent pattern of o.a.c.cql3.validation test hanging up jobs, and I've
been unable t