Skip to content

Commit

Permalink
HIVE-6227: WebHCat E2E test JOBS_7 fails (Deepesh Khandelwal via Dani…
Browse files Browse the repository at this point in the history
…el Dai)

git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1559632 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Jianyong Dai committed Jan 20, 2014
1 parent 37f89a3 commit 20dfd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcatalog/src/test/e2e/templeton/tests/jobstatus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $cfg =
'method' => 'GET',
'url' => ':TEMPLETON_URL:/templeton/v1/jobs?user.name=:UNAME_OTHER:&fields=*',
'format_header' => 'Content-Type: application/json',
'filter_job_names' => ['PigLatin:loadstore.pig'],
'filter_job_names' => ['TempletonControllerJob', 'PigLatin:loadstore.pig'],
'json_path' => {'$[-1:].id' => 'job_.*',
'$[-1:].detail.status.jobId' => 'job_.*',
'$[-1:].detail.status.runState' => '\\d+',
Expand Down

0 comments on commit 20dfd29

Please sign in to comment.