Skip to content

Commit ad9fa20

Browse files
committed
fix: correct failing metrics CTS on windows
This fixes below failing metrics CTS because of windows specific behaviour GivenValidMetricGroupWhenTimerBasedStreamerIsCreatedThenExpectStreamerToSucceed GivenValidMetricGroupWhenTimerBasedStreamerIsCreatedThenExpectStreamerToGenrateCorrectNumberOfReports GivenValidMetricGroupWhenTimerBasedStreamerIsCreatedThenExpectStreamerToNotifyEventAtProperTimeAndSucceed Related-To: VLCLJ-2370 Signed-off-by: shubham kumar <shubham.kumar@intel.com>
1 parent 87aa751 commit ad9fa20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conformance_tests/tools/metrics/src/test_metric.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,8 +1222,7 @@ TEST_F(
12221222

12231223
/* This test tries to validate the readData feature of streamers. Hence a high
12241224
* value of notifyEveryNReports and samplingPeriod is chosen such that buffer
1225-
* overflow does not happen even if context-switching causes extra reports to
1226-
* be generated.
1225+
* overflow does not generarlly happen.
12271226
*/
12281227
uint32_t notifyEveryNReports = 9000;
12291228
uint32_t samplingPeriod = 1000000000;

0 commit comments

Comments
 (0)