Skip to content

Commit

Permalink
Relax vexplain test for upcoming changes
Browse files Browse the repository at this point in the history
The fix in vitessio#16988 makes a change
here that's not really a breaking change, but it does break the test as
the test matches the exact string output which changes here due to a
binary value.

Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink committed Oct 22, 2024
1 parent 1a3b5a1 commit 564cf1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/vtgate/queries/vexplain/vexplain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func start(t *testing.T) (*mysql.Conn, func()) {
}

func TestVtGateVExplain(t *testing.T) {
t.Skip("v22 changes the output of vexplain queries because of binary bind vars which breaks this test.")
conn, closer := start(t)
defer closer()

Expand Down

0 comments on commit 564cf1a

Please sign in to comment.