diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cee1692b..afbe95ed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -357,6 +357,9 @@ jobs: # Run Python queue latency test dora run tests/queue_size_latest_data_python/dataflow.yaml + # Run Python queue latency test + timeout + dora run tests/queue_size_and_timeout_python/dataflow.yaml + # Run Rust queue latency test dora build tests/queue_size_latest_data_rust/dataflow.yaml dora run tests/queue_size_latest_data_rust/dataflow.yaml diff --git a/tests/queue_size_and_timeout_test_python/dataflow.yaml b/tests/queue_size_and_timeout_python/dataflow.yaml similarity index 100% rename from tests/queue_size_and_timeout_test_python/dataflow.yaml rename to tests/queue_size_and_timeout_python/dataflow.yaml diff --git a/tests/queue_size_and_timeout_test_python/receive_data.py b/tests/queue_size_and_timeout_python/receive_data.py similarity index 100% rename from tests/queue_size_and_timeout_test_python/receive_data.py rename to tests/queue_size_and_timeout_python/receive_data.py diff --git a/tests/queue_size_and_timeout_test_python/send_data.py b/tests/queue_size_and_timeout_python/send_data.py similarity index 100% rename from tests/queue_size_and_timeout_test_python/send_data.py rename to tests/queue_size_and_timeout_python/send_data.py