couchbaselabs / cbft

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbft -- no further development will be done here on couchbaselabs/cbft
Other
27 stars 5 forks source link

TestCreateIndexThenFreezePlanThenAddNode Travis-CI test failure #164

Closed steveyen closed 9 years ago

steveyen commented 9 years ago

https://travis-ci.org/couchbaselabs/cbft/builds/74282351

--- FAIL: TestCreateIndexThenFreezePlanThenAddNode-2 (0.04s)
    rest_test.go:2492: expected same casPrev: 5, casCurr: 9
    rest_test.go:2498: expected same plans, planPIndexesPrev: {"uuid":"55bd81e2b5d92ca6","planPIndexes":{"myIdx_65d3451658c66b85_83dcefb7":{"name":"myIdx_65d3451658c66b85_83dcefb7","uuid":"67508f5f9f0f1496","indexType":"bleve","indexName":"myIdx","indexUUID":"65d3451658c66b85","indexParams":"","sourceType":"primary","sourceName":"","sourceUUID":"","sourceParams":"{\"numPartitions\":2}","sourcePartitions":"1","nodes":{"24f3432e11f4dc57":{"canRead":true,"canWrite":true,"priority":0}}},"myIdx_65d3451658c66b85_f4dbdf21":{"name":"myIdx_65d3451658c66b85_f4dbdf21","uuid":"7fdac6bdd4d5d26e","indexType":"bleve","indexName":"myIdx","indexUUID":"65d3451658c66b85","indexParams":"","sourceType":"primary","sourceName":"","sourceUUID":"","sourceParams":"{\"numPartitions\":2}","sourcePartitions":"0","nodes":{"24f3432e11f4dc57":{"canRead":true,"canWrite":true,"priority":0}}}},"implVersion":"3.1.0","warnings":{"myIdx":[]}}, planPIndexesCurr: {"uuid":"18c231c7613c5133","planPIndexes":{"myIdx_65d3451658c66b85_83dcefb7":{"name":"myIdx_65d3451658c66b85_83dcefb7","uuid":"2c991dfd61bded65","indexType":"bleve","indexName":"myIdx","indexUUID":"65d3451658c66b85","indexParams":"","sourceType":"primary","sourceName":"","sourceUUID":"","sourceParams":"{\"numPartitions\":2}","sourcePartitions":"1","nodes":{"24f3432e11f4dc57":{"canRead":true,"canWrite":true,"priority":0}}},"myIdx_65d3451658c66b85_f4dbdf21":{"name":"myIdx_65d3451658c66b85_f4dbdf21","uuid":"788af49306be4f88","indexType":"bleve","indexName":"myIdx","indexUUID":"65d3451658c66b85","indexParams":"","sourceType":"primary","sourceName":"","sourceUUID":"","sourceParams":"{\"numPartitions\":2}","sourcePartitions":"0","nodes":{"10770f3c9951a2cd":{"canRead":true,"canWrite":true,"priority":0}}}},"implVersion":"3.1.0","warnings":{"myIdx":[]}}
steveyen commented 9 years ago

closing this as turns out this is a duplicate of https://github.com/couchbaselabs/cbft/issues/158