Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Bug - DataStax Query returns empty ResultSet in KotlinTest integration test #30

Closed
hhandoko opened this issue Dec 20, 2016 · 1 comment
Assignees
Labels

Comments

@hhandoko
Copy link
Owner

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:

  • 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).

@hhandoko 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
@hhandoko hhandoko added the bug label Dec 20, 2016
@hhandoko hhandoko self-assigned this Feb 2, 2017
@hhandoko hhandoko added this to the cassandra-migration-0.11 milestone Feb 2, 2017
@hhandoko
Copy link
Owner Author

hhandoko commented Feb 2, 2017

Merged PR #45, closing this issue.

@hhandoko hhandoko closed this as completed Feb 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant