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

Post Migration - Split UT and IT in separate jobs #29

Merged
merged 5 commits into from
May 3, 2024

Conversation

suarezgpablo
Copy link
Contributor

I separated the test executions in two jobs and it seems that it runs ok.

However, I had problems regarding what tests are executed in the module "script", as at first it also ran the tests from the "transform" module (see https://github.com/giis-uniovi/modevo/actions/runs/8941159665). I suspect that it runs these tests because module "script" is dependant of module "transform", although I'm not sure.

After testing it in local, I ended up filtering manually the tests that begin with "TestTransform" ("-Dtest=!TestTransform* -pl modevo-script -am"), as I was not able to determine a better solution.

@suarezgpablo suarezgpablo linked an issue May 3, 2024 that may be closed by this pull request
@suarezgpablo suarezgpablo requested a review from javiertuya May 3, 2024 15:58
@suarezgpablo suarezgpablo self-assigned this May 3, 2024
@suarezgpablo suarezgpablo requested a review from javiertuya May 3, 2024 17:25
@javiertuya javiertuya merged commit 118fbd8 into main May 3, 2024
10 checks passed
@javiertuya javiertuya deleted the 21-post-migration-split-ut-and-it-in-separate-jobs branch May 3, 2024 17:59
@suarezgpablo suarezgpablo restored the 21-post-migration-split-ut-and-it-in-separate-jobs branch May 5, 2024 09:34
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.

Post Migration - Split UT and IT in separate jobs
2 participants