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

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

@hhandoko

Description

@hhandoko

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions