Skip to content

Conversation

@simonmar
Copy link
Collaborator

We had "groups" as a way to run a test multiple ways where the output files might differ, but that only works if you can run the test multiple ways without recompiling. For tests where the output depends on something in the environment, we need a way to manage multiple output files, so that's what this does.

Additionally I've used it in the Haskell indexer tests, where the GHC version affects the output.

@netlify
Copy link

netlify bot commented Nov 26, 2025

Deploy Preview for fb-oss-glean canceled.

Name Link
🔨 Latest commit 46d69c1
🔍 Latest deploy log https://app.netlify.com/projects/fb-oss-glean/deploys/69317fc6fd95410008893067

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 26, 2025
We had "groups" as a way to run a test multiple ways where the output
files might differ, but that only works if you can run the test multiple
ways without recompiling. For tests where the output depends on
something in the environment, we need a way to manage multiple output
files, so that's what this does.

Additionally I've used it in the Haskell indexer tests, where the GHC
version affects the output.
@simonmar simonmar marked this pull request as ready for review December 9, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant