-
Notifications
You must be signed in to change notification settings - Fork 19
one button to reproduce them all #224
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should have a script (or a set of scripts) that allows us to reproduce bugs with one command line. We should add an issue template that forces the issue writer to make use of this.
Essentially, we are not far away from this. We already have:
- thorin-gtest
- lit testing
Trouble is, most hard to understand bugs don't occur on master but on some fork/branches ...
Maybe sth like this:
This
./make_lit_error.sh bla/nasty_bug.thorinwill generate the following output
./checkout.sh https://my_url:1337affe && ./probe.sh bla/nasty_bug.thorinwhich is the one command line to reproduce the nasty bug.
Or:
./make_gtest_error.sh Nasty.bugwill generate
./checkout.sh https://my_url:1337affe && ./thorin-gtest --gtest_filter='Nasty.bug' --gtest_break_on_failureReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request