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
68628976
Unverified
Commit
68628976
authored
Mar 30, 2026
by
Yan Ru Pei
Committed by
GitHub
Mar 30, 2026
Browse files
test(mocker): relax flaky online max-in-flight checks (#7688)
Signed-off-by:
PeaBrane
<
yanrpei@gmail.com
>
parent
19447d66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/mocker/src/replay/online/tests.rs
lib/mocker/src/replay/online/tests.rs
+2
-2
No files found.
lib/mocker/src/replay/online/tests.rs
View file @
68628976
...
...
@@ -361,7 +361,7 @@ fn test_online_concurrency_replay_respects_max_in_flight() {
.unwrap
();
assert_eq!
(
report
.request_counts.completed_requests
,
4
);
assert
_eq
!
(
stats
.max_in_flight_seen
,
2
);
assert
!
(
stats
.max_in_flight_seen
<=
2
);
}
#[test]
...
...
@@ -431,7 +431,7 @@ fn test_online_concurrency_replay_kv_router_respects_max_in_flight() {
.unwrap
();
assert_eq!
(
report
.request_counts.completed_requests
,
4
);
assert
_eq
!
(
stats
.max_in_flight_seen
,
2
);
assert
!
(
stats
.max_in_flight_seen
<=
2
);
}
#[test]
...
...
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