Explorar o código

Revert "HUE-5919 [oozie] Oozie related tests are missing documents and failing"

This reverts commit c4a4d4ebf6d996d39556207272dbdb717d4953a5.
krish %!s(int64=8) %!d(string=hai) anos
pai
achega
1a897d4
Modificáronse 2 ficheiros con 0 adicións e 8 borrados
  1. 0 4
      apps/oozie/src/oozie/tests.py
  2. 0 4
      apps/pig/src/pig/tests.py

+ 0 - 4
apps/oozie/src/oozie/tests.py

@@ -3140,8 +3140,6 @@ class TestImportWorkflow04WithOozie(OozieBase):
 class TestOozieSubmissions(OozieBase):
 
   def test_submit_hiveserver2_action(self):
-    raise SkipTest
-
     wf_uuid = "c1c3cba9-edec-fb6f-a526-9f80b66fe993"
     wf = Document2.objects.get(uuid=wf_uuid)
     wf.data.replace('hive2://localhost:10000/default', _get_hiveserver2_url())
@@ -3166,8 +3164,6 @@ class TestOozieSubmissions(OozieBase):
 
 
   def test_submit_spark_action(self):
-    raise SkipTest
-
     wf_uuid = "2d667ab2-70f9-c2bf-0726-abe84fa7130d"
     wf = Document2.objects.get(uuid=wf_uuid)
 

+ 0 - 4
apps/pig/src/pig/tests.py

@@ -254,8 +254,6 @@ class TestWithHadoop(OozieBase):
     return pig_script_id
 
   def test_submit(self):
-    raise SkipTest
-
     if is_live_cluster():
       raise SkipTest('HUE-2909: Skipping because test is not reentrant')
 
@@ -279,8 +277,6 @@ class TestWithHadoop(OozieBase):
     self.wait_until_completion(job_id)
 
   def test_stop(self):
-    raise SkipTest
-
     script = PigScript.objects.get(id=SAMPLE_USER_ID)
     script_dict = script.dict