You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by da...@apache.org on 2014/01/20 08:03:13 UTC

svn commit: r1559632 - /hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobstatus.conf

Author: daijy
Date: Mon Jan 20 07:03:13 2014
New Revision: 1559632

URL: http://svn.apache.org/r1559632
Log:
HIVE-6227: WebHCat E2E test JOBS_7 fails (Deepesh Khandelwal via Daniel Dai)

Modified:
    hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobstatus.conf

Modified: hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobstatus.conf
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobstatus.conf?rev=1559632&r1=1559631&r2=1559632&view=diff
==============================================================================
--- hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobstatus.conf (original)
+++ hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobstatus.conf Mon Jan 20 07:03:13 2014
@@ -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+',