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.
1 parent e8dc0fa commit a670712Copy full SHA for a670712
scripts/create_data_coverage.py
@@ -231,7 +231,7 @@ def aggregate_recorded_raw_data(
231
continue
232
233
node_id = metric.get("node_id") or metric.get("test_node_id") or ""
234
- if not node_id or not test_source.startswith("k8s"):
+ if not node_id and not test_source.startswith("k8s"):
235
# some records do not have a node-id -> relates to requests in the background between tests
236
# For K8s tests we do not have a node_id, so we keep those records
237
0 commit comments