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

Create global "execution date" parameter for @DisabledUntil #688

Open
nipafx opened this issue Nov 15, 2022 · 0 comments
Open

Create global "execution date" parameter for @DisabledUntil #688

nipafx opened this issue Nov 15, 2022 · 0 comments

Comments

@nipafx
Copy link
Member

nipafx commented Nov 15, 2022

The @DisabledUntil documentation contains this warning:

Applying @DisabledUntil can make the test suite non-reproducible.
If a failing test is disabled during a build that then passes, rerunning that build after the "until" date would fail.
A report entry is issued for every test that is disabled until a certain date.

This could be fixed by introducing a configuration parameter that @DisabledUntil interprets as "today", so tests that builds can be reproduced.

If we implement this, a no-longer-disabled test that fails should probably emit a message pointing this option behavior out.

Relates to #477.

@nipafx nipafx changed the title Create global "execution date" parameter for @DisabledUntil Create global "execution date" parameter for @DisabledUntil Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant