Re-enable parallel test execution for integration tests - #790
Merged
Conversation
ascopes
force-pushed
the
task/enable-parallel-it-execution
branch
4 times, most recently
from
September 6, 2025 11:21
2bb9b7e to
6f2c014
Compare
ascopes
force-pushed
the
task/enable-parallel-it-execution
branch
from
September 7, 2025 07:31
4dd6f6f to
8305448
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #790 +/- ##
=======================================
Coverage 91.80% 91.80%
=======================================
Files 60 60
Lines 1815 1815
Branches 121 121
=======================================
Hits 1666 1666
Misses 111 111
Partials 38 38 🚀 New features to boost your workflow:
|
ascopes
marked this pull request as ready for review
September 7, 2025 07:49
mergify Bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Sep 21, 2025
…to 3.9.1 [skip ci] Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 3.9.0 to 3.9.1. Release notes *Sourced from [io.github.ascopes:protobuf-maven-plugin's releases](https://github.com/ascopes/protobuf-maven-plugin/releases).* > v3.9.1 > ------ > > What's Changed > -------------- > > * Update ProtoSourceResolver.java to handle WAR and EAR dependencies by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#789](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/789) > * Re-enable parallel test execution for integration tests by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#790](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/790) > * Bump com.google.api.grpc:proto-google-common-protos from 2.61.0 to 2.61.1 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#791](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/791) > * Bump org.scala-lang:scala3-library\_3 from 3.7.2 to 3.7.3 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#793](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/793) > * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#796](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/796) > * Bump com.google.protobuf:protobuf-bom from 4.32.0 to 4.32.1 by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#797](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/797) > * Bump kotlin.version from 2.2.10 to 2.2.20 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#798](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/798) > * Bump net.alchim31.maven:scala-maven-plugin from 4.9.5 to 4.9.6 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#799](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/799) > * Bump io.projectreactor:reactor-core from 3.7.9 to 3.7.11 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#800](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/800) > * [GH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Avoid modifying file permissions in ~/.m2 for executables by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#794](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/794) > * Fix erroneous log message format in UriResourceFetcher.java by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#801](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/801) > > **Full Changelog**: <ascopes/protobuf-maven-plugin@v3.9.0...v3.9.1> Commits * [`43131ae`](ascopes/protobuf-maven-plugin@43131ae) [maven-release-plugin] prepare release v3.9.1 * [`37088f8`](ascopes/protobuf-maven-plugin@37088f8) Merge pull request [#801](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/801) from ascopes/bugfix/fix-erroneous-log-message * [`310fbec`](ascopes/protobuf-maven-plugin@310fbec) Fix erroneous log message format in UriResourceFetcher.java * [`b21caad`](ascopes/protobuf-maven-plugin@b21caad) Merge pull request [#794](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/794) from ascopes/task/GH-792-handle-executables-properly * [`de72601`](ascopes/protobuf-maven-plugin@de72601) [GH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Attempt to work around Windows long paths limits in tests * [`28ee94b`](ascopes/protobuf-maven-plugin@28ee94b) Add junk files to .gitignore * [`c38988a`](ascopes/protobuf-maven-plugin@c38988a) [GH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Satisfy path naming assumptions in tests * [`f8c34f4`](ascopes/protobuf-maven-plugin@f8c34f4) [GH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Deal with more Windows nonsense in unit tests * [`338649b`](ascopes/protobuf-maven-plugin@338649b) [GH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Do not brick builds when resolving protoc on a non-clean run * [`2c396fe`](ascopes/protobuf-maven-plugin@2c396fe) [GH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Fix AetherMavenArtifactPathResolver tests * Additional commits viewable in [compare view](ascopes/protobuf-maven-plugin@v3.9.0...v3.9.1) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
…to 3.9.1 [skip ci] Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 3.9.0 to 3.9.1. Release notes *Sourced from [io.github.ascopes:protobuf-maven-plugin's releases](https://github.com/ascopes/protobuf-maven-plugin/releases).* > v3.9.1 > ------ > > What's Changed > -------------- > > * Update ProtoSourceResolver.java to handle WAR and EAR dependencies by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#789](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/789) > * Re-enable parallel test execution for integration tests by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#790](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/790) > * Bump com.google.api.grpc:proto-google-common-protos from 2.61.0 to 2.61.1 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#791](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/791) > * Bump org.scala-lang:scala3-library\_3 from 3.7.2 to 3.7.3 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#793](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/793) > * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#796](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/796) > * Bump com.google.protobuf:protobuf-bom from 4.32.0 to 4.32.1 by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#797](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/797) > * Bump kotlin.version from 2.2.10 to 2.2.20 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#798](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/798) > * Bump net.alchim31.maven:scala-maven-plugin from 4.9.5 to 4.9.6 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#799](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/799) > * Bump io.projectreactor:reactor-core from 3.7.9 to 3.7.11 in /protobuf-maven-plugin/src/it/setup by [`@dependabot`](https://github.com/dependabot)[bot] in [ascopes/protobuf-maven-plugin#800](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/800) > * [ArcadeDataGH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Avoid modifying file permissions in ~/.m2 for executables by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#794](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/794) > * Fix erroneous log message format in UriResourceFetcher.java by [`@ascopes`](https://github.com/ascopes) in [ascopes/protobuf-maven-plugin#801](https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/801) > > **Full Changelog**: <ascopes/protobuf-maven-plugin@v3.9.0...v3.9.1> Commits * [`43131ae`](ascopes/protobuf-maven-plugin@43131ae) [maven-release-plugin] prepare release v3.9.1 * [`37088f8`](ascopes/protobuf-maven-plugin@37088f8) Merge pull request [ArcadeData#801](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/801) from ascopes/bugfix/fix-erroneous-log-message * [`310fbec`](ascopes/protobuf-maven-plugin@310fbec) Fix erroneous log message format in UriResourceFetcher.java * [`b21caad`](ascopes/protobuf-maven-plugin@b21caad) Merge pull request [ArcadeData#794](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/794) from ascopes/task/ArcadeDataGH-792-handle-executables-properly * [`de72601`](ascopes/protobuf-maven-plugin@de72601) [ArcadeDataGH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Attempt to work around Windows long paths limits in tests * [`28ee94b`](ascopes/protobuf-maven-plugin@28ee94b) Add junk files to .gitignore * [`c38988a`](ascopes/protobuf-maven-plugin@c38988a) [ArcadeDataGH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Satisfy path naming assumptions in tests * [`f8c34f4`](ascopes/protobuf-maven-plugin@f8c34f4) [ArcadeDataGH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Deal with more Windows nonsense in unit tests * [`338649b`](ascopes/protobuf-maven-plugin@338649b) [ArcadeDataGH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Do not brick builds when resolving protoc on a non-clean run * [`2c396fe`](ascopes/protobuf-maven-plugin@2c396fe) [ArcadeDataGH-792](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/792): Fix AetherMavenArtifactPathResolver tests * Additional commits viewable in [compare view](ascopes/protobuf-maven-plugin@v3.9.0...v3.9.1) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trying out parallel test execution for integration tests again to see if I can pin down what was causing flaky tests before.
This issue seems to be related: apache/maven#9049