mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 18:49:36 -06:00
[auto-bump] [no-release-notes] dependency by jycor (#7674)
This commit is contained in:
@@ -57,7 +57,7 @@ require (
|
||||
github.com/cespare/xxhash v1.1.0
|
||||
github.com/creasty/defaults v1.6.0
|
||||
github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2
|
||||
github.com/dolthub/go-mysql-server v0.18.1-0.20240329225817-655f0b5a8597
|
||||
github.com/dolthub/go-mysql-server v0.18.1-0.20240401223252-947e7c377fd3
|
||||
github.com/dolthub/swiss v0.1.0
|
||||
github.com/goccy/go-json v0.10.2
|
||||
github.com/google/go-github/v57 v57.0.0
|
||||
|
||||
@@ -183,8 +183,8 @@ 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-icu-regex v0.0.0-20230524105445-af7e7991c97e h1:kPsT4a47cw1+y/N5SSCkma7FhAPw7KeGmD6c9PBZW9Y=
|
||||
github.com/dolthub/go-icu-regex v0.0.0-20230524105445-af7e7991c97e/go.mod h1:KPUcpx070QOfJK1gNe0zx4pA5sicIK1GMikIGLKC168=
|
||||
github.com/dolthub/go-mysql-server v0.18.1-0.20240329225817-655f0b5a8597 h1:1Q7UPgTyXufRYgD03JHLTRZ4oEn4iKnAUv3wBKoZozI=
|
||||
github.com/dolthub/go-mysql-server v0.18.1-0.20240329225817-655f0b5a8597/go.mod h1:SJleIOwC74u9tdUoGgVgM/eLlwVj3sJEFfx0sdStvW0=
|
||||
github.com/dolthub/go-mysql-server v0.18.1-0.20240401223252-947e7c377fd3 h1:W+E0m/aPEiBFwW7teLHusek2sjTdrpyqWZyiIihH6ik=
|
||||
github.com/dolthub/go-mysql-server v0.18.1-0.20240401223252-947e7c377fd3/go.mod h1:SJleIOwC74u9tdUoGgVgM/eLlwVj3sJEFfx0sdStvW0=
|
||||
github.com/dolthub/ishell v0.0.0-20221214210346-d7db0b066488 h1:0HHu0GWJH0N6a6keStrHhUAK5/o9LVfkh44pvsV4514=
|
||||
github.com/dolthub/ishell v0.0.0-20221214210346-d7db0b066488/go.mod h1:ehexgi1mPxRTk0Mok/pADALuHbvATulTh6gzr7NzZto=
|
||||
github.com/dolthub/jsonpath v0.0.2-0.20240227200619-19675ab05c71 h1:bMGS25NWAGTEtT5tOBsCuCrlYnLRKpbJVJkDbrTRhwQ=
|
||||
|
||||
@@ -3274,6 +3274,10 @@ func TestStatsAutoRefreshConcurrency(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestStatusVariables(t *testing.T) {
|
||||
enginetest.TestStatusVariables(t, newDoltHarness(t))
|
||||
}
|
||||
|
||||
// runMergeScriptTestsInBothDirections creates a new test run, named |name|, and runs the specified merge |tests|
|
||||
// in both directions (right to left merge, and left to right merge). If
|
||||
// |runAsPrepared| is true then the test scripts will be run using the prepared
|
||||
|
||||
Reference in New Issue
Block a user