Skip to content

Test Mode

Closed Sep 18, 2016 100% complete

In test mode, we need to be able to:

  • load all the calls for a name from sqlite
  • setting SUTURE_RUN_ONLY to a call ID from the database, will only run that one. This allows people to debug quickly when they have a test failure
  • fail_fast mode vs. not, for either showing overall progress or erroring as soon as there is a failure
  • count_limit: 5, to only p…

In test mode, we need to be able to:

  • load all the calls for a name from sqlite
  • setting SUTURE_RUN_ONLY to a call ID from the database, will only run that one. This allows people to debug quickly when they have a test failure
  • fail_fast mode vs. not, for either showing overall progress or erroring as soon as there is a failure
  • count_limit: 5, to only pick 5 rows (at random)
  • time_limit: 5.minutes, to give up after 5 minutes (and call it success if everything matched in time)
  • random by default

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.