We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4349192 commit dabd7abCopy full SHA for dabd7ab
e2e-tests/experiments/chaos/revision_counter/run_e2e_test.yml
@@ -36,7 +36,7 @@ spec:
36
37
# Block Size to dump the data using dd
38
- name: BLOCK_SIZE
39
- value: '3000000'
+ value: '2000000'
40
41
# Block Count to dump the data using dd
42
- name: BLOCK_COUNT
e2e-tests/experiments/chaos/revision_counter/test.yml
@@ -87,6 +87,12 @@
87
- include_tasks: ./delete_jiva_csi_replica.yml
88
loop: "{{ range(0, 10 | int, 1)|list }}"
89
90
+ - name: Sleep for some time to finish the dumping of test-data.
91
+ shell: >
92
+ sleep 720
93
+ args:
94
+ executable: /bin/bash
95
+
96
- name: Wait until the dumping process is finished and pid was destroyed
97
wait_for:
98
path: /proc/{{ p_id.stdout }}/status
0 commit comments