A bug in a tested database can cause many different tests to fail.
There should be a way to cluster bugs that are likely due to the same underlying problem - e.g., based on the top of the stack trace.
This could be beneficial for:
- reporting purposes
- filing bugs against other databases
- ignoring known bugs that haven't been fixed yet
A bug in a tested database can cause many different tests to fail.
There should be a way to cluster bugs that are likely due to the same underlying problem - e.g., based on the top of the stack trace.
This could be beneficial for: