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
I suspect that the issue stems from the current implementation of metric cutoff times. #652 has more information about that k6 detail and I suspect is a very similar issue. I'm almost positive that this would be fixed by the changes in #1007, since it improves the way we pipe metrics through the application. And even when testing the k6 build from that pull request with gracefulStop: "0s", to emulate the current k6 iteration interruption behavior, I couldn't reproduce the check count mismatch even once. That's the code I used:
As reported in this forum topic, there's a difference between the two check counts in the end of test metrics.
It can be somewhat easily reproduced by running the following k6 script with k6 0.24.0:
That will result in something like the following output:
I suspect that the issue stems from the current implementation of metric cutoff times. #652 has more information about that k6 detail and I suspect is a very similar issue. I'm almost positive that this would be fixed by the changes in #1007, since it improves the way we pipe metrics through the application. And even when testing the k6 build from that pull request with
gracefulStop: "0s"
, to emulate the current k6 iteration interruption behavior, I couldn't reproduce the check count mismatch even once. That's the code I used:The text was updated successfully, but these errors were encountered: