|
Ran
|
Jobs
1
|
Files
57
|
Run time
5s
|
Badge
README BADGES
|
push
travis-ci
fix unit test with looser json unmarshal err msg check It appears recent Go json unmarshal error message has changed, and the old cbgt unit test was too "tight" on its error string equality test, looking for... cannot unmarshal number into Go value Instead, recent Go 1.8 seems to return... cannot unmarshal number into Go struct field So, this change loosens that up and now checks the error message for the following, in order to handle more versions of Go... cannot unmarshal number Change-Id: I7882379f8 Reviewed-on: http://review.couchbase.org/74573 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com>
6446 of 11427 relevant lines covered (56.41%)
26.9 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 222.1 | 0 |
56.41 |
Travis Job 222.1 |