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 message output as part of the testsuite #2635

Merged
merged 32 commits into from
Aug 28, 2023
Merged

Conversation

tabatkins
Copy link
Collaborator

With this change, Bikeshed now tracks both the built spec (as a .html file) and the message output from building the spec (as a .console.txt file) in the testsuite. This finally gives me visibility into error-message changes, which can be build-breakers even if the resulting spec didn't change at all.

(/cc @domenic who's been asking for this for a while)

No behavior changes overall; the only changes outside of the testing functionality was adding a few sorts to some message outputs to ensure the messages are stable.

As part of this I also fiddle with the bikeshed test invocation syntax; the glob args were really annoying in practice, so I ripped them out in favor of a --file option. I'll probably tweak this more as I go.

…g enough that I *should* be able to infer it.
…messages. Check messages for the normal run.
…t exposes an (unstable across machines) local path.
…her, because it includes a (machine-specific) path.
@tabatkins tabatkins merged commit 2da4dac into main Aug 28, 2023
31 checks passed
@tabatkins tabatkins deleted the log-test-messages branch August 28, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant