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.
1 parent 1fd529b commit 1d230f9Copy full SHA for 1d230f9
testing/go/enginetest/doltgres_engine_test.go
@@ -1735,12 +1735,12 @@ func TestStatsHistograms(t *testing.T) {
1735
denginetest.RunStatsHistogramTests(t, h)
1736
}
1737
1738
-// TestStatsIO force a provider reload in-between setup and assertions that
+// TestStatsStorage force a provider reload in-between setup and assertions that
1739
// forces a round trip of the statistics table before inspecting values.
1740
-func TestStatsIO(t *testing.T) {
+func TestStatsStorage(t *testing.T) {
1741
t.Skip()
1742
h := newDoltgresServerHarness(t)
1743
- denginetest.RunStatsIOTests(t, h)
+ denginetest.RunStatsStorageTests(t, h)
1744
1745
1746
func TestJoinStats(t *testing.T) {
0 commit comments