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 run two test functions, each on its own thread. Both of these function test the same functionality.
As result each line of tested code should executed two times.
But time to time the execution counter for lines are different.
I run two test functions, each on its own thread. Both of these function test the same functionality.
As result each line of tested code should executed two times.
But time to time the execution counter for lines are different.
My code
If I run code coverage calculation only once, then all work as expected:
But if I run such script
test.sh
, that repeats shell code above 15000 times,then I certainly got error:
Result of running the script above:
As you see counters for lines 11-13 are equal 1 while should be 2.
The text was updated successfully, but these errors were encountered: