Merge pull request #477 from go-jet/sonic-bug-fix
Uncomment TestNorthwindJoinEverythingJsonSonic since sonic library bug is fixed now.
This commit is contained in:
commit
51c269f200
1 changed files with 5 additions and 6 deletions
|
|
@ -119,12 +119,11 @@ func BenchmarkTestNorthwindJoinEverythingSonicJson(b *testing.B) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// uncomment when bug is fixed: https://github.com/bytedance/sonic/issues/774
|
func TestNorthwindJoinEverythingJsonSonic(t *testing.T) {
|
||||||
//func TestNorthwindJoinEverythingJsonSonic(t *testing.T) {
|
useJsonUnmarshalFunc(sonic.Unmarshal, func() {
|
||||||
// useJsonUnmarshalFunc(sonic.Unmarshal, func() {
|
testNorthwindJoinEverythingJson(t)
|
||||||
// testNorthwindJoinEverythingJson(t)
|
})
|
||||||
// })
|
}
|
||||||
//}
|
|
||||||
|
|
||||||
func testNorthwindJoinEverythingJson(t require.TestingT) {
|
func testNorthwindJoinEverythingJson(t require.TestingT) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue