Skip to content

Commit

Permalink
innodb_autoinc_lock_mode now supports other values. Remove test tha…
Browse files Browse the repository at this point in the history
…t asserted it can't.
  • Loading branch information
nicktobey committed Apr 5, 2024
1 parent 64a8906 commit fe4a219
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions integration-tests/bats/sql-server.bats
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ EOF
run dolt sql-server --config ./config.yml
[ $status -eq 1 ]
[[ "$output" =~ "Variable 'innodb_autoinc_lock_mode' can't be set to the value of '100'" ]] || false

cat > config.yml <<EOF
user:
name: dolt
listener:
host: "0.0.0.0"
port: $PORT
system_variables:
innodb_autoinc_lock_mode: 1
EOF
run dolt sql-server --config ./config.yml
[ $status -eq 1 ]
[[ "$output" =~ "Variable 'innodb_autoinc_lock_mode' can't be set to the value of '1'" ]] || false
}

@test "sql-server: sanity check" {
Expand Down

0 comments on commit fe4a219

Please sign in to comment.