Skip to content

Commit 50b6902

Browse files
committed
debug e2e
1 parent 7d43a97 commit 50b6902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/tests/test_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ def test_ignored_annotations(self):
938938
svc = k8s.api.core_v1.read_namespaced_service('acid-minimal-cluster', 'default')
939939
new_svc_creation_timestamp = svc.metadata.creation_timestamp
940940

941+
print('Operator log: {}'.format(k8s.get_operator_log()))
941942
self.assertEqual(old_sts_creation_timestamp, new_sts_creation_timestamp, "unexpected replacement of statefulset on sync")
942943
self.assertEqual(old_svc_creation_timestamp, new_svc_creation_timestamp, "unexpected replacement of master service on sync")
943944

0 commit comments

Comments
 (0)