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
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Cassandra Migration API Integration test should pass.
Actual Behaviour
Test are failing, reported as an error, as queries to data table returns null / empty result (e.g. ResultSet is exhausted).
Additional information:
Tests are failing in all Travis CI build matrix, providing hints that the problem most likely is from the code or test framework fixtures.
Kotlin code is direct Java translation, so side-effect from refactoring can be ruled out at this stage.
Migration action was successful, as inserted migration data during test run was able to be inspected (just not queried within the test).
Steps to Reproduce
Uncomment CassandraMigrationApiKIT main test spec and run integration test (mvn integration-test).
The text was updated successfully, but these errors were encountered:
hhandoko
changed the title
Bug - DataStax Query returns no result in KotlinTest integration test
Bug - DataStax Query returns empty ResultSet in KotlinTest integration test
Dec 20, 2016
Expected Behaviour
Cassandra Migration API Integration test should pass.
Actual Behaviour
Test are failing, reported as an error, as queries to data table returns
null
/ empty result (e.g.ResultSet
is exhausted).Additional information:
Steps to Reproduce
Uncomment
CassandraMigrationApiKIT
main test spec and run integration test (mvn integration-test
).The text was updated successfully, but these errors were encountered: