Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Ignore artifacts of previously cancelled test runs #31

Merged
merged 4 commits into from
Dec 17, 2019

Conversation

florian-richter
Copy link
Contributor

@florian-richter florian-richter commented Dec 17, 2019

Proposed Changes

Artifacts of previously cancelled test runs could pollute the test/ folder leading to failing tests (as the generated code may contain tests that would be picked up.

Also the tests were very slow. Some of that is difficult to avoid but currently we installed the generated dependencies for each of the init tests which took about 3 min. A new flag allows to skip this and shortens the test cycle by about those 3 min. The first init test still installs dependencies as it verifies that the scaffold is functioning and therefore needs the dependencies to be installed.

Checklist

  • I have added or adjusted tests that prove my fix is effective or that my feature works

Further Comments

If the changes are complex, please discuss what alternatives you have evaluated and why you picked this particular solution. Please make sure to highlight any trade-offs that we should know about.

@florian-richter florian-richter changed the title Remove artifacts of previously cancelled test runs Ignore artifacts of previously cancelled test runs Dec 17, 2019
Copy link
Contributor

@marikaner marikaner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's hope this improves our lifes 😊

@marikaner marikaner merged commit 4616835 into master Dec 17, 2019
@marikaner marikaner deleted the clean-test-before-run branch December 17, 2019 16:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants