Skip to content

Commit

Permalink
Update run_hive_qtests_in_batch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengZhenyu authored Jun 9, 2020
1 parent bbe10a4 commit 0289975
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions run_hive_qtests_in_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,11 @@
qfile_list = qfile_list[:-1]
cmd2 = cmd2 + qfile_list
cmd = cmd1 + " && " + cmd2
#os.system(cmd)
print(cmd)
os.system(cmd)
time.sleep(5)
post_cmd1 = 'mv ' + test_dir + '/itests/qtest/target/surefire-reports/TEST-org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.xml '
post_cmd2 = 'mv ' + test_dir + '/itests/qtest/target/surefire-reports/TEST-org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.xml-' + str(i)
print(post_cmd1 + post_cmd2)
#os.system(post_cmd1 + post_cmd2)
os.system(post_cmd1 + post_cmd2)
time.sleep(5)


Expand Down

0 comments on commit 0289975

Please sign in to comment.