FlaPy
FlaPy copied to clipboard
A Tool for Mining Flaky Tests at Scale
Adresses issue #9 The results_parser should now sort the data frames according to certain keys: -test_overview changes the data type of verdicts to tuple in order to enable sorting, because...
**Version: MacOS Ventura 13.4** I think it might have something to do with [getopts](https://stackoverflow.com/questions/11777695/why-the-getopt-doesnt-work-well-in-my-mac-os) in flapy.sh Log messages (private information [omitted]) "./flapy.sh run --out-dir example_results flapy_input_example_tiny.csv --run-on not specified ->...
Following columns contain sets as values: * verdict columns (`Passed_sameOrder`, `Failed_sameOrder`, ...) of the [passed-failed overview](https://github.com/se2p/FlaPy/blob/master/flapy/results_parser.py#L905) * `Verdicts_sameOrder`, `Verdicts_randomOrder` of the [tests-overview](https://github.com/se2p/FlaPy/blob/master/flapy/results_parser.py#L254) This is bad, because it makes the resulting...
Basically automate the tests described in the [README](https://github.com/se2p/FlaPy#sffl). For step 1 (running): check if sqlites are being created (not directly, but indirectly by asserting, if we can derive a coverage...
The pypi_tag controls how dependencies are installed and was added at some point. Making it part of the proj_cols allows it to appear in the TestsOverview and therefore makes it...
I use the "-it" flags, when running `flapy.sh run` locally, so that the user can kill the process using Ctrl-C: https://github.com/se2p/FlaPy/blob/master/run_line.sh#L86 However, this causes the end-to-end test to fail with...
**MacOS Version: Ventura 13.2.1** Dependencies have been installed via _poetry install_ Pytest has been invoked twice to see if the same test failes twice. ======================================FAILURES ====================================== __________________________________________ test_tracing ____________________________________________ def...