This repository was made to help you understand auto-bisect and the immense value it can have for you if you combine it with regression tests. Use to follow along with this article.
Trogdor is a man. Or maybe he was a... dragon man. Or maybe he's just a dragon. He likes to burninate villages. Can you debug him using bisect and regression tests?
-
Spin up the container:
make up -
Run the Trogdor command:
make run -
Run unit tests:
make test
Run the Trogdor command on main. See what happens. Now do the same
on some-time-in-the-future and see what happens there. Try to debug
using auto-bisect and the article linked above.
