mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-27 00:51:39 -06:00
Merge pull request #3177 from dolthub/andy/unskip-json-tests
[no-release-notes] go/libraries/doltcore/sqle/enginetests: Unskip JSON enginetests
This commit is contained in:
@@ -68,7 +68,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dolthub/go-mysql-server v0.11.1-0.20220406185223-56debf802586
|
||||
github.com/dolthub/go-mysql-server v0.11.1-0.20220407170436-dcb17c730122
|
||||
github.com/google/flatbuffers v2.0.5+incompatible
|
||||
github.com/gosuri/uilive v0.0.4
|
||||
github.com/kch42/buzhash v0.0.0-20160816060738-9bdec3dec7c6
|
||||
|
||||
@@ -170,8 +170,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
|
||||
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
|
||||
github.com/dolthub/fslock v0.0.3 h1:iLMpUIvJKMKm92+N1fmHVdxJP5NdyDK5bK7z7Ba2s2U=
|
||||
github.com/dolthub/fslock v0.0.3/go.mod h1:QWql+P17oAAMLnL4HGB5tiovtDuAjdDTPbuqx7bYfa0=
|
||||
github.com/dolthub/go-mysql-server v0.11.1-0.20220406185223-56debf802586 h1:zHv/morQiXgjn7dTJL4ePD+Cv1+rr3IkhtFn+CSe51M=
|
||||
github.com/dolthub/go-mysql-server v0.11.1-0.20220406185223-56debf802586/go.mod h1:6b/64OSl1cN2fG+LcLBODb9izyKZbNN0Pval4+k0aCU=
|
||||
github.com/dolthub/go-mysql-server v0.11.1-0.20220407170436-dcb17c730122 h1:35ao1I+A+2EdUu5kXS/kvG2OlLB17gcvThSLXczBAZo=
|
||||
github.com/dolthub/go-mysql-server v0.11.1-0.20220407170436-dcb17c730122/go.mod h1:6b/64OSl1cN2fG+LcLBODb9izyKZbNN0Pval4+k0aCU=
|
||||
github.com/dolthub/ishell v0.0.0-20220112232610-14e753f0f371 h1:oyPHJlzumKta1vnOQqUnfdz+pk3EmnHS3Nd0cCT0I2g=
|
||||
github.com/dolthub/ishell v0.0.0-20220112232610-14e753f0f371/go.mod h1:dhGBqcCEfK5kuFmeO5+WOx3hqc1k3M29c1oS/R7N4ms=
|
||||
github.com/dolthub/jsonpath v0.0.0-20210609232853-d49537a30474 h1:xTrR+l5l+1Lfq0NvhiEsctylXinUMFhhsqaEcl414p8=
|
||||
|
||||
@@ -470,7 +470,6 @@ func TestVariableErrors(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestJsonScripts(t *testing.T) {
|
||||
skipNewFormat(t)
|
||||
enginetest.TestJsonScripts(t, newDoltHarness(t))
|
||||
}
|
||||
|
||||
|
||||
@@ -91,8 +91,6 @@ var defaultSkippedQueries = []string{
|
||||
"show variables", // we set extra variables
|
||||
"show create table fk_tbl", // we create an extra key for the FK that vanilla gms does not
|
||||
"show indexes from", // we create / expose extra indexes (for foreign keys)
|
||||
"json_arrayagg", // TODO: aggregation ordering
|
||||
"json_objectagg", // TODO: aggregation ordering
|
||||
"typestable", // Bit type isn't working?
|
||||
"show global variables like", // we set extra variables
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user