Skip to content

Fixing pipelines with timeout and node health check continuous retry#1155

Open
RaunakJalan wants to merge 34 commits into
mainfrom
fixing-graylog-collection-test
Open

Fixing pipelines with timeout and node health check continuous retry#1155
RaunakJalan wants to merge 34 commits into
mainfrom
fixing-graylog-collection-test

Conversation

@RaunakJalan

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread e2e/e2e_tests/backup/test_backup_restore.py Fixed
Comment thread .github/workflows/collect-logs.yml Outdated
try:
cap = self.sbcli_utils.get_cluster_capacity()
self.logger.info(f"After creating {name}: capacity = {cap}")
except Exception:
try:
node_cap = self.sbcli_utils.get_node_capacity(nid)
self.logger.info(f"Node {nid} capacity: {node_cap}")
except Exception:
if not self.k8s_test:
try:
self._disconnect_and_cleanup_dual(first_lvol)
except Exception:
Comment thread e2e/e2e_tests/test_capacity_thresholds.py Fixed
Comment thread e2e/e2e_tests/test_device_restart.py Fixed
Comment thread e2e/e2e_tests/test_device_restart.py Fixed
Comment thread e2e/e2e_tests/test_lvol_negative.py Fixed
Comment thread e2e/e2e_tests/test_multi_client_connect.py Fixed
Comment thread e2e/e2e_tests/test_multi_client_connect.py Fixed
Comment thread e2e/utils/ssh_utils.py
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
)
self.logger.info(f"Killed old tmux session '{existing['session']}' for {key}")
except Exception:
Comment thread e2e/utils/ssh_utils.py
["tmux", "send-keys", "-t", session, "C-c", ""],
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
)
except Exception:
Comment thread e2e/utils/ssh_utils.py
)
if os.path.exists(prev_file) and os.path.getsize(prev_file) == 0:
os.remove(prev_file)
except Exception:
Comment thread e2e/e2e_tests/test_concurrent_operations.py Fixed
Comment thread e2e/e2e_tests/test_concurrent_operations.py Fixed
if not snap_id:
try:
snap_id = self.sbcli_utils.get_snapshot_id(snap_name)
except Exception:
Comment thread e2e/utils/sbcli_utils.py
api_url=f"/snapshot/{sid}",
treat_404_as_success=True,
)
except Exception:
Comment thread e2e/e2e_tests/backup/test_backup_restore.py Fixed

# Pick outage type pool
if use_multipath_outage:
type_pool = list(self.multipath_outage_types)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants