smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Functional test `FTBasic` always passes #260

Closed milannister closed 7 years ago

milannister commented 7 years ago

In FTBasic.test() change Assertions.assertThat(repairSessionsFound).isTrue(); to Assertions.assertThat(repairSessionsFound).isFalse(); and run mvn clean verify -P functional-test. Test will pass.

That should not be the case.

milannister commented 7 years ago

The issue appears to be with BUILDANDDEPLOY.md, and not with the functional test (which is OK).

In order to activate basic profile mvn clean verify -P functional-test,basic-ft should be run, instead of mvn clean verify -P functional-test.

nbozic-zz commented 7 years ago

@milannister can you work on readme file inside PR which is open

milannister commented 7 years ago

@nbozic yes. I will fix this with the latest pull request.