revert e2e debug lines and live with the error
This commit is contained in:
parent
f157673b56
commit
081231c718
|
|
@ -1211,8 +1211,6 @@ class EndToEndTestCase(unittest.TestCase):
|
|||
|
||||
k8s.create_with_kubectl("manifests/minimal-postgres-lowest-version-manifest.yaml")
|
||||
self.eventuallyEqual(lambda: k8s.count_running_pods(labels=cluster_label), 2, "No 2 pods running")
|
||||
time.sleep(30)
|
||||
print('Operator log: {}'.format(k8s.get_operator_log()))
|
||||
self.eventuallyEqual(lambda: k8s.get_operator_state(), {"0": "idle"}, "Operator does not get in sync")
|
||||
self.eventuallyEqual(check_version, 14, "Version is not correct")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue