Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track time execution of all tests assigned to CI node in Queue Mode even when they did not run due syntax error or being pending/empty in test run #71

Merged
merged 5 commits into from
Oct 26, 2018

Conversation

ArturT
Copy link
Member

@ArturT ArturT commented Oct 21, 2018

This fix allows recording default timing 0.1s for test files like:

Queue Mode for RSpec

  • test file is empty
  • test file has only pending tests
  • test file has a syntax error

Queue Mode for Minitest

  • test file is empty
  • test file has only pending tests
  • test file has a syntax error (this breaks the runtime, the Knapsack Pro API will run the same set of tests when you retry failed CI node)

run due syntax error or being pending. The time is required by Knapsack
Pro API.
…ord the tests with syntax error) in Queue Mode RSpec/Minitest.
@ArturT ArturT changed the title Track all tests assigned to CI node even when they did not run due syntax error or being pending in test run Track all tests assigned to CI node in Queue Mode even when they did not run due syntax error or being pending in test run Oct 26, 2018
@ArturT ArturT changed the title Track all tests assigned to CI node in Queue Mode even when they did not run due syntax error or being pending in test run Track all tests assigned to CI node in Queue Mode even when they did not run due syntax error or being pending/empty in test run Oct 26, 2018
@ArturT ArturT changed the title Track all tests assigned to CI node in Queue Mode even when they did not run due syntax error or being pending/empty in test run Track time execution of all tests assigned to CI node in Queue Mode even when they did not run due syntax error or being pending/empty in test run Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant