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

feat(#2169): try to fix daily build #2199

Merged
merged 6 commits into from
Jul 3, 2023

Conversation

volodya-lombrozo
Copy link
Member

@volodya-lombrozo volodya-lombrozo commented Jul 3, 2023

Fix daily build. I've checked the script in the previous pipelines and it seems working now.

  1. I have used the pure sh
  2. Checked the script existence

Closes: #2169


PR-Codex overview

This PR focuses on adding a test repetition script to check for flaky tests and concurrency issues.

Detailed summary

  • Added test-repetition.sh script to run Maven tests multiple times
  • Added command-line options for maximum repetitions and test folder
  • Modified script to use seq command for loop iteration
  • Updated script to use --batch-mode flag for Maven test execution
  • Added check for existence of the script in the GitHub workflow
  • Made the script executable
  • Updated GitHub workflow to use the script for testing the eo-parser, eo-maven-plugin, and eo-runtime components

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@volodya-lombrozo volodya-lombrozo marked this pull request as ready for review July 3, 2023 12:11
@volodya-lombrozo
Copy link
Member Author

@yegor256 Could you merge that changes, please?

@yegor256 yegor256 merged commit 8dacfa3 into objectionary:master Jul 3, 2023
@yegor256
Copy link
Member

yegor256 commented Jul 3, 2023

@volodya-lombrozo merged

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.

Daily Build. Error: Process completed with exit code 127.
2 participants