Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
Reproduction
Using https://github.com/joaquincasares/java-driver's integrationtests branch, run `mvn test` from the root directory.
Issue
The test will fail due to https://github.com/joaquincasares/java-driver/blob/integrationtests/driver-core/src/main/java/com/datastax/driver/core/ResultSetFuture.java being swapped here:
case ALREADY_EXISTS: org.apache.cassandra.exceptions.AlreadyExistsException aee = (org.apache.cassandra.exceptions.AlreadyExistsException)te; return new AlreadyExistsException(aee.ksName, aee.cfName);
Error
repeatSchemaDefinition(com.datastax.driver.core.ExceptionsTest) Time elapsed: 0.501 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<Table repeatschema[ks.repeatschemacf] already exists> but was:<Table repeatschema[cf.repeatschemaks] already exists>