We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42999c5 commit db00483Copy full SHA for db00483
localtests/test.sh
@@ -18,8 +18,8 @@ ghost_structure_output_file=/tmp/gh-ost-test.ghost.structure.sql
18
orig_content_output_file=/tmp/gh-ost-test.orig.content.csv
19
ghost_content_output_file=/tmp/gh-ost-test.ghost.content.csv
20
throttle_flag_file=/tmp/gh-ost-test.ghost.throttle.flag
21
-table_name="gh_ost_test"
22
-ghost_table_name="_gh_ost_test_gho"
+table_name=
+ghost_table_name=
23
24
master_host=
25
master_port=
@@ -215,6 +215,8 @@ test_single() {
215
echo_dot
216
sleep 1
217
218
+ table_name="gh_ost_test"
219
+ ghost_table_name="_gh_ost_test_gho"
220
trap cleanup EXIT INT TERM
221
# test with sysbench oltp write load
222
if [[ "$test_name" == "sysbench" ]]; then
0 commit comments