Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
121d8050
Unverified
Commit
121d8050
authored
Feb 19, 2026
by
Dmitry Tokarev
Committed by
GitHub
Feb 19, 2026
Browse files
fix: Fix async pytests - added missing marker (#6439)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
a28c5f3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/planner/unit/test_load_based_scaling.py
tests/planner/unit/test_load_based_scaling.py
+2
-0
No files found.
tests/planner/unit/test_load_based_scaling.py
View file @
121d8050
...
...
@@ -606,6 +606,7 @@ class TestCorrectionFactorAutoDisable:
class
TestWorkerCountReconciliation
:
@
pytest
.
mark
.
asyncio
async
def
test_prefill_observe_gets_only_prefill_workers
(
self
):
"""observe_engine_load_stats for prefill queries get_recent_and_averaged_metrics('prefill')."""
config
=
_build_load_config
()
...
...
@@ -638,6 +639,7 @@ class TestWorkerCountReconciliation:
assert
len
(
planner
.
cached_load_metrics
.
recent
)
==
1
assert
"w1"
in
planner
.
cached_load_metrics
.
recent
@
pytest
.
mark
.
asyncio
async
def
test_decode_observe_gets_only_decode_workers
(
self
):
"""observe_engine_load_stats for decode queries get_recent_and_averaged_metrics('decode')."""
config
=
_build_load_config
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment