xlab-uiuc / IDoCT

Illinois Dataset of Configuration Tests
3 stars 23 forks source link

Running the CTests to investigate the number of unexpected scenarios BAD|PASS and GOOD|FAIL #9

Closed Shubhi-Jain98 closed 2 years ago

Shubhi-Jain98 commented 2 years ago

While testing the code, there are certain situations when we encounter unexpected results. The false negatives are a major point of concern as they might cause issues in production. On the other hand, false positives might upset and trouble engineers in finding a bug that might not be present. The purpose of this investigation is to minimize unexpected outcomes. The task is to find:

  1. An approach that may help developers know the real false positives, BAD|PASS.
Shubhi-Jain98 commented 2 years ago

All changes are not present. Will create a new one once all changes are done.