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
The idea is to "justify" the existence of the advisory_lock mechanism. We want to prevent someone removing it by accident/refucktoring and have a failing test for it.
It doesn't need to be mutation testable - it might be expensive.
Some sort of mutant ignore should be fine.
Newest mutant has a way to filter out such calls like advisory_lock.
The text was updated successfully, but these errors were encountered:
Following this post should be fine:
https://blog.arkency.com/2015/09/testing-race-conditions/
The idea is to "justify" the existence of the advisory_lock mechanism. We want to prevent someone removing it by accident/refucktoring and have a failing test for it.
It doesn't need to be mutation testable - it might be expensive.
Some sort of mutant ignore should be fine.
Newest mutant has a way to filter out such calls like advisory_lock.
The text was updated successfully, but these errors were encountered: