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 tests again #18392

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Conversation

Xenorith
Copy link
Contributor

@Xenorith Xenorith commented Nov 7, 2023

a previous PR #18313 restored the integration tests but caused the unit tests to also run with the integration tests.

the issue was correctly identified as an issue with the maven project list but the underlying problem was that the project name was not correctly set; dora/tests is not a module. it was previously a module until dora/tests/testcontainers was introduced, thus separating testcontainer tests vs integration tests.

this fix updates the previous project list with the correct module name

Copy link
Contributor

@YichuanSun YichuanSun left a comment

Choose a reason for hiding this comment

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

After checking manually, I think the problem is fixed.

@Xenorith Xenorith added the type-devops Build, deploy, and maintain devops questions label Nov 8, 2023
@Xenorith
Copy link
Contributor Author

Xenorith commented Nov 8, 2023

alluxio-bot, merge this please

@alluxio-bot alluxio-bot merged commit 502b0dd into Alluxio:main Nov 8, 2023
12 checks passed
ssz1997 pushed a commit to ssz1997/alluxio that referenced this pull request Dec 15, 2023
a previous PR Alluxio#18313 restored the integration tests but caused the unit tests to also run with the integration tests.

the issue was correctly identified as an issue with the maven project list but the underlying problem was that the project name was not correctly set; `dora/tests` is not a module. it was previously a module until `dora/tests/testcontainers` was introduced, thus separating testcontainer tests vs integration tests.

this fix updates the previous project list with the correct module name
			pr-link: Alluxio#18392
			change-id: cid-5f899f224abfbea4b7608d72cc2d38fed6449836
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-devops Build, deploy, and maintain devops questions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants