We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668399c commit d2ab9c2Copy full SHA for d2ab9c2
br/tests/br_autoid/run.sh
@@ -24,9 +24,9 @@ run_sql "show table $DB.issue46093 next_row_id;"
24
check_contains "NEXT_GLOBAL_ROW_ID: 30001"
25
check_contains "NEXT_GLOBAL_ROW_ID: 4"
26
27
-run_sql "backup table $DB.issue46093 to 'local:///tmp/br'";
+run_sql "backup table $DB.issue46093 to 'local://$TEST_DIR/$DB'";
28
run_sql "drop table $DB.issue46093;"
29
-run_sql "restore table $DB.issue46093 from 'local:///tmp/br';"
+run_sql "restore table $DB.issue46093 from 'local://$TEST_DIR/$DB';"
30
31
run_sql "show table $DB.issue46093 next_row_id;"
32
0 commit comments