소스 검색

[oozie] Make oozie test re-entrant on Oracle DB

Jenny Kim 10 년 전
부모
커밋
029aac8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/oozie/src/oozie/tests.py

+ 1 - 1
apps/oozie/src/oozie/tests.py

@@ -2587,7 +2587,7 @@ class TestImportCoordinator02(OozieMockBase):
     assert_equal(1, coordinator.frequency_number)
     assert_equal(None, coordinator.timeout)
     assert_equal(None, coordinator.concurrency)
-    assert_equal(None, coordinator.execution)
+    assert_false(coordinator.execution)  # coordinator.execution can be None or empty string
     assert_equal(None, coordinator.throttle)
     assert_not_equal(None, coordinator.deployment_dir)