Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Marco 4e26a1e64f
Make bug snapshotting code fail silently when really necessary (#457)
* Remove useless 'pass'

* Remove all_inconsistencies and verbose options

* Add a 'platform' field mapping

* Don't assert during training or during evaluation

These kinds of assertions can be very frequent unfortunately, so we only enable them when needed.
That is:
1) During CI tests;
2) During rollback test, after downloading a new set of bugs (which we want to make sure is "clean enough").

Fixes #450

* Move all inconsistencies checks into separate functions, to make rollback code cleaner

* Fix assertion/log message
2019-05-17 20:06:57 +02:00
Boris Feld 6937e0e5e8 Add the rollback test in the data pipeline (#337)
Add the rollback test in the data pipeline and move the bug snapshot test to a pytest test
2019-05-03 14:20:43 +02:00