You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/tests/olap/lib/ydb_cluster.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,8 @@ def _check_node(n):
242
242
fortnintable_nodes:
243
243
tablet_count=0
244
244
fortabletintn.get("Tablets", []):
245
+
iftablet.get("State") !="Green":
246
+
errors.append(f'Node {tn.get("SystemState", {}).get("Host")}: {tablet.get("Count")} tablets of type {tablet.get("Type")} in {tablet.get("State")} state')
245
247
iftablet.get("Type") in {"ColumnShard", "DataShard"}:
0 commit comments