bsadeh / scalastic

scala driver for elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test failure

sksamuel opened this issue · comments

commented

If you do a clone and then mvn clean test I get a number of failed tests.

Tests in error:
shardsCleanup(org.elasticsearch.test.integration.indices.store.IndicesStoreTests): false was not equal to true
simpleOnlyMasterNodeElection(org.elasticsearch.test.integration.cluster.SpecificMasterNodesTests): "[nonData]1" was not equal to "[master]1"
electOnlyBetweenMasterNodes(org.elasticsearch.test.integration.cluster.SpecificMasterNodesTests): "[nonData]1" was not equal to "[master]1"
testDecommissionNodeNoReplicas(org.elasticsearch.test.integration.cluster.allocation.FilteringAllocationTests): "[data]1" was not equal to "[node]1"
testDataNodes(org.elasticsearch.test.integration.cluster.SimpleDataNodesTests): no allocation should happen
simpleMinimumMasterNodes(org.elasticsearch.test.integration.cluster.MinimumMasterNodesTests): false was not equal to true
org.elasticsearch.test.integration.cluster.MinimumMasterNodesTests: node closed null
testRecoverAfterNodes(org.elasticsearch.test.integration.gateway.none.RecoverAfterNodesTests): [] did not contain element 1,state not recovered / initialized, blocks READ,WRITE,METADATA,
testRecoverAfterMasterNodes(org.elasticsearch.test.integration.gateway.none.RecoverAfterNodesTests): [] did not contain element 1,state not recovered / initialized, blocks READ,WRITE,METADATA,
testRecoverAfterDataNodes(org.elasticsearch.test.integration.gateway.none.RecoverAfterNodesTests): [] did not contain element 1,state not recovered / initialized, blocks READ,WRITE,METADATA,
testWriteConsistencyLevelReplication2(org.elasticsearch.test.integration.consistencylevel.WriteConsistencyLevelTests): can't index, does not match consistency
testFailedSearchWithWrongQuery(org.elasticsearch.test.integration.search.basic.TransportSearchFailuresTests): 22 was not equal to 9

Anyone else confirm this ?