Skip to content

Re-enable parallel test execution for integration tests - #790

Merged
ascopes merged 3 commits into
mainfrom
task/enable-parallel-it-execution
Sep 7, 2025
Merged

Re-enable parallel test execution for integration tests#790
ascopes merged 3 commits into
mainfrom
task/enable-parallel-it-execution

Conversation

@ascopes

@ascopes ascopes commented Sep 6, 2025

Copy link
Copy Markdown
Owner

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

@ascopes ascopes self-assigned this Sep 6, 2025
@ascopes ascopes added the chore General tech debt work. label Sep 6, 2025
@ascopes
ascopes force-pushed the task/enable-parallel-it-execution branch 4 times, most recently from 2bb9b7e to 6f2c014 Compare September 6, 2025 11:21
@ascopes
ascopes force-pushed the task/enable-parallel-it-execution branch from 4dd6f6f to 8305448 Compare September 7, 2025 07:31
@codecov

codecov Bot commented Sep 7, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.80%. Comparing base (0df8908) to head (8305448).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           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:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ascopes
ascopes marked this pull request as ready for review September 7, 2025 07:49
@ascopes
ascopes merged commit f6f0f00 into main Sep 7, 2025
18 checks passed
@ascopes
ascopes deleted the task/enable-parallel-it-execution branch 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)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.github.ascopes:protobuf-maven-plugin&package-manager=maven&previous-version=3.9.0&new-version=3.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)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.github.ascopes:protobuf-maven-plugin&package-manager=maven&previous-version=3.9.0&new-version=3.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore General tech debt work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant