Closed yalegko closed 5 years ago
Any idea why checks fail?
No ideas how the change can affect that.
c.Assert(stats.TotalPoolWaitTime > 300*time.Millisecond, Equals, true)
Could it be just a random test lag?
@yalegko and @Dragomir-Ivanov, thanks again both of you for your contribution!
Currently Decimal128 can't be converted to the JSON directly w/o additional actions.
Implementing
encoding.TextMarshaler
interface can make a type useful in multiple encodings. Packages that check for these interfaces includeencoding/gob
,encoding/json
,encoding/xml
and many other custom ones.Closes #350