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

fix(integration): create a new test dir per language #2413

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

alecthomas
Copy link
Collaborator

Fixes #2412

@alecthomas alecthomas added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Aug 17, 2024
@alecthomas alecthomas requested review from a team and stuartwdouglas and removed request for a team August 17, 2024 11:09
@ftl-robot ftl-robot mentioned this pull request Aug 17, 2024
@alecthomas alecthomas force-pushed the aat/new-test-dir-per-language branch 3 times, most recently from 4203045 to 8c04531 Compare August 17, 2024 11:18
@@ -0,0 +1,3 @@
module ignore

go 1.22.6
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just out of curiosity why is this necessary? I understand why you need it for the go scaffolding but I assumed this would not be needed for Java as there are no go files in the directory?

Copy link
Collaborator Author

@alecthomas alecthomas Aug 17, 2024

Choose a reason for hiding this comment

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

I ended up fixing this separately in #2414, I explained it in a bit more detail there.

@stuartwdouglas stuartwdouglas force-pushed the aat/new-test-dir-per-language branch from 8c04531 to 509d206 Compare August 17, 2024 22:35
@alecthomas alecthomas force-pushed the aat/new-test-dir-per-language branch from 509d206 to 1356361 Compare August 17, 2024 22:38
@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 17, 2024
@alecthomas alecthomas removed this pull request from the merge queue due to a manual request Aug 17, 2024
@alecthomas alecthomas force-pushed the aat/new-test-dir-per-language branch from 1356361 to 275c4fa Compare August 17, 2024 22:48
@alecthomas alecthomas enabled auto-merge August 17, 2024 22:51
@alecthomas alecthomas added this pull request to the merge queue Aug 17, 2024
Merged via the queue into main with commit 1339293 Aug 17, 2024
72 checks passed
@alecthomas alecthomas deleted the aat/new-test-dir-per-language branch August 17, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi language tests should use a new directory every time
2 participants