diff --git a/hcatalog/src/test/e2e/templeton/tests/jobsubmission_streaming.conf b/hcatalog/src/test/e2e/templeton/tests/jobsubmission_streaming.conf index 6ed1c62..b9b765f 100644 --- a/hcatalog/src/test/e2e/templeton/tests/jobsubmission_streaming.conf +++ b/hcatalog/src/test/e2e/templeton/tests/jobsubmission_streaming.conf @@ -54,6 +54,7 @@ $cfg = }, { #-ve test - no input file + #TempletonController job status should be success, but exit value should be 1 'num' => 2, 'method' => 'POST', 'url' => ':TEMPLETON_URL:/templeton/v1/mapreduce/streaming', @@ -63,7 +64,7 @@ $cfg = #results 'status_code' => 200, 'check_job_created' => 1, - 'check_job_complete' => 'FAILURE', + 'check_job_complete' => 'SUCCESS', 'check_job_exit_value' => 1, 'check_call_back' => 1, }, @@ -87,6 +88,7 @@ $cfg = }, { #enable log, failed job case + #TempletonController job status should be success, but exit value should be 1 'num' => 4, 'method' => 'POST', 'url' => ':TEMPLETON_URL:/templeton/v1/mapreduce/streaming', @@ -98,7 +100,7 @@ $cfg = #results 'status_code' => 200, 'check_job_created' => 1, - 'check_job_complete' => 'FAILURE', + 'check_job_complete' => 'SUCCESS', 'check_logs' => { 'job_num' => '1' }, 'check_job_exit_value' => 1, 'check_call_back' => 1,