diff --git a/integration-tests/bats/auto_increment.bats b/integration-tests/bats/auto_increment.bats index 5755d3bce5..68e898602f 100644 --- a/integration-tests/bats/auto_increment.bats +++ b/integration-tests/bats/auto_increment.bats @@ -776,3 +776,43 @@ SQL [[ "$output" =~ "5,5" ]] || false [[ "$output" =~ "6,6" ]] || false } + +@test "auto_increment: newly cloned database" { + dolt sql <