We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d43a97 commit 50b6902Copy full SHA for 50b6902
e2e/tests/test_e2e.py
@@ -938,6 +938,7 @@ def test_ignored_annotations(self):
938
svc = k8s.api.core_v1.read_namespaced_service('acid-minimal-cluster', 'default')
939
new_svc_creation_timestamp = svc.metadata.creation_timestamp
940
941
+ print('Operator log: {}'.format(k8s.get_operator_log()))
942
self.assertEqual(old_sts_creation_timestamp, new_sts_creation_timestamp, "unexpected replacement of statefulset on sync")
943
self.assertEqual(old_svc_creation_timestamp, new_svc_creation_timestamp, "unexpected replacement of master service on sync")
944
0 commit comments