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.
2 parents 51b5638 + a24d1be commit 18daad2Copy full SHA for 18daad2
kubernetes/e2e_test/test_client.py
@@ -221,6 +221,7 @@ def test_exit_code(self):
221
self.assertIsNone(client.returncode)
222
client.run_forever(timeout=10)
223
self.assertEqual(client.returncode, value)
224
+ self.assertEqual(client.returncode, value) # check idempotence
225
226
resp = api.delete_namespaced_pod(name=name, body={},
227
namespace='default')
0 commit comments