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

Support re-running failed tests with runEngineDistribution #10483

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach commented Jul 9, 2024

Pull Request Description

When I execute tests with

sbt:enso> runEngineDistribution --run test/Base_Tests

I get a list of failed tests. However they are in a format not suitable for runEngineDistribution as they contain spaces. They are surrounded by ', however that has no meaning for runEngineDistribution either. This PR modifies the printed value to avoid spaces and use Regex's . instead. As such I can copy and run:

sbt:enso> runEngineDistribution --run test/Base_Tests can.compare.custom.types|should.be.able.to.do.Count,.Minimum.and.Maximum.on.custom.type.with.custom.ordered.comparator

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • Manually tested to work

@JaroslavTulach JaroslavTulach added the CI: No changelog needed Do not require a changelog entry for this PR. label Jul 9, 2024
@JaroslavTulach JaroslavTulach requested a review from Akirathan July 9, 2024 06:32
@JaroslavTulach JaroslavTulach self-assigned this Jul 9, 2024
@JaroslavTulach JaroslavTulach merged commit ee0175c into develop Jul 10, 2024
37 checks passed
@JaroslavTulach JaroslavTulach deleted the wip/jtulach/ReTestWithRunEngineDistribution branch July 10, 2024 05:05
radeusgd added a commit that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants