Skip to content

Commit d73f8ea

Browse files
committed
pkg/infoschema: fix slow_query TestSlowQuery attrs expectation
1 parent 3a4b16b commit d73f8ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/infoschema/test/clustertablestest/tables_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ func TestSlowQuery(t *testing.T) {
495495
"60e9378c746d9a2be1c791047e008967cf252eb6de9167ad3aa6098fa2d523f4",
496496
"",
497497
"update t set i = 2;",
498+
"null",
498499
"select * from t_slim;",
499500
},
500501
{"2021-09-08 14:39:54.506967",
@@ -588,6 +589,7 @@ func TestSlowQuery(t *testing.T) {
588589
"",
589590
"",
590591
"",
592+
"null",
591593
"INSERT INTO ...;",
592594
},
593595
}

0 commit comments

Comments
 (0)