You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes below failing metrics CTS because of windows specific behaviour
GivenValidMetricGroupWhenTimerBasedStreamerIsCreatedThenExpectStreamerToSucceed
GivenValidMetricGroupWhenTimerBasedStreamerIsCreatedThenExpectStreamerToGenrateCorrectNumberOfReports
GivenValidMetricGroupWhenTimerBasedStreamerIsCreatedThenExpectStreamerToNotifyEventAtProperTimeAndSucceed
Related-To: VLCLJ-2370
Signed-off-by: shubham kumar <[email protected]>
// The time in seconds for the buffer to overflow would be 2 * (notifyEveryNReports * (samplingPeriod/nanoSecToSeconds)) for this test it will be 512 seconds
1221
-
uint32_t notifyEveryNReports = 256;
1220
+
/* The time in seconds for the buffer to overflow would be 2 * (notifyEveryNReports * (samplingPeriod/nanoSecToSeconds)) for this test it will be 18000 seconds
1221
+
* A high value of notifyEveryNReports makes sure buffer overflow does not happen even if context-switching caused extra reports to be generated
// Need to keep runnning some workload since some platforms go into sleep mode when idle and dont generate reports. This will delay the event generation.
// Need to keep runnning some workload since some platforms go into sleep mode when idle and dont generate reports. This will delay the event generation.
0 commit comments