Skip to content

Fix bug: default test file time should not be added to measured time#84

Merged
ArturT merged 2 commits intomasterfrom
fix-measure-time
May 2, 2019
Merged

Fix bug: default test file time should not be added to measured time#84
ArturT merged 2 commits intomasterfrom
fix-measure-time

Conversation

@ArturT
Copy link
Copy Markdown
Member

@ArturT ArturT commented May 2, 2019

Problem

When test file is pending, empty with no tests or has syntax error then we assume default time execution 0.1s for it. This helps to better allocate it in Queue Mode for future CI build runs.

It turned out that when the test file was executed then measured time was added to 0.1 seconds.

Related to PR: #71

Fix

We should not add default 0.1s to measured test file time.

@ArturT ArturT added the bug label May 2, 2019
@ArturT ArturT merged commit 19120ec into master May 2, 2019
@ArturT ArturT deleted the fix-measure-time branch May 2, 2019 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant