Contributing test cases to improve coverage

2024-06-12 Thread J F
Hello All, I am working on a project that aims to produce test cases that improve mutation coverage of a dbms's test suite. The rough workflow of the project goes as follows: (a) apply mutation at a souce code level (b) compile and check if the mutated installation passed existing testsuite (c) I

Re: Contributing test cases to improve coverage

2024-06-12 Thread J F
> I am quite confused about what is the point of this. You have not > found any actual bug, nor have you demonstrated that this test case > could discover a likely future bug that wouldn't be detected another > way. Moreover, it seems like the process would lead to some very > large number of equ