couchbase / go-couchbase

Couchbase client in Go
https://godoc.org/github.com/couchbase/go-couchbase
MIT License
321 stars 92 forks source link

TestTraceConsolidateByTitle #85

Open Charleslvn opened 6 years ago

Charleslvn commented 6 years ago

With: go 1.9.4 x86_64

Hello, I try to build and test your project and it fails with :

--- FAIL: TestTraceConsolidateByTitle (0.00s) trace_test.go:173: expected string "bye (2 times)\nbuh (2 times)", got "bye (2x)\nbuh (2x)" trace_test.go:179: expected string "bye (2 times)\nprefixbuh (2 times)", got "bye (2x)\nprefixbuh (2x)" FAIL

Could you help me please ?

Thanks