We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c468b + acd1aa2 commit 51c269fCopy full SHA for 51c269f
tests/postgres/northwind_test.go
@@ -119,12 +119,11 @@ func BenchmarkTestNorthwindJoinEverythingSonicJson(b *testing.B) {
119
})
120
}
121
122
-// uncomment when bug is fixed: https://github.com/bytedance/sonic/issues/774
123
-//func TestNorthwindJoinEverythingJsonSonic(t *testing.T) {
124
-// useJsonUnmarshalFunc(sonic.Unmarshal, func() {
125
-// testNorthwindJoinEverythingJson(t)
126
-// })
127
-//}
+func TestNorthwindJoinEverythingJsonSonic(t *testing.T) {
+ useJsonUnmarshalFunc(sonic.Unmarshal, func() {
+ testNorthwindJoinEverythingJson(t)
+ })
+}
128
129
func testNorthwindJoinEverythingJson(t require.TestingT) {
130
0 commit comments