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 77801b5 commit 74de570Copy full SHA for 74de570
tests/v1/kv_connector/unit/test_nixl_connector.py
@@ -803,7 +803,7 @@ def test_scheduler_kv_connector_stats_aggregation():
803
# Scheduler stats with custom metric (needs dummy transfer to avoid being skipped)
804
scheduler_stats = NixlKVConnectorStats()
805
scheduler_stats.data.update(
806
- {
+ { # dummy transfer just for testing, to bypass is_empty() check
807
"transfer_duration": [0],
808
"post_duration": [0],
809
"bytes_transferred": [0],
0 commit comments