Skip to content

Improve integration tests#1289

Merged
lvca merged 1 commit intoArcadeData:mainfrom
gramian:main
Oct 26, 2023
Merged

Improve integration tests#1289
lvca merged 1 commit intoArcadeData:mainfrom
gramian:main

Conversation

@gramian
Copy link
Copy Markdown
Collaborator

@gramian gramian commented Oct 26, 2023

What does this PR do?

This change to the main pom.xml adds "exports" and "opens" argLines to the IT tests to prevent recurring errors during the integration tests.

Motivation

Errors happening during integration tests.

Additional Notes

I also replaced the = with a also for the basic tests as this seems more common.

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@lvca lvca merged commit 1256104 into ArcadeData:main Oct 26, 2023
@lvca
Copy link
Copy Markdown
Member

lvca commented Oct 26, 2023

Great, thanks!

@lvca lvca added the bug label Oct 26, 2023
@lvca lvca added this to the 23.10.1 milestone Oct 26, 2023
mergify Bot added a commit that referenced this pull request Apr 13, 2026
…studio [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 11.13.0 to 11.14.0.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v11.14.0
> --------
>
> Changes
> -------
>
> 🚀 Features
> ----------
>
> * Add auto cleanup control for containers and compose environments [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1293](https://redirect.github.com/testcontainers/testcontainers-node/issues/1293))
> * Add support for running in parallel for distinct UIDs [`@​seanwu1105`](https://github.com/seanwu1105) ([#1276](https://redirect.github.com/testcontainers/testcontainers-node/issues/1276))
>
> 📖 Documentation
> ---------------
>
> * Document LocalStack authentication requirements [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1295](https://redirect.github.com/testcontainers/testcontainers-node/issues/1295))
>
> 🧹 Maintenance
> -------------
>
> * Only include TS files in test coverage paths [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1294](https://redirect.github.com/testcontainers/testcontainers-node/issues/1294))
> * Fix etcd/vault `repository.url` in package.json [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1273](https://redirect.github.com/testcontainers/testcontainers-node/issues/1273))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 14 directories with 13 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1289](https://redirect.github.com/testcontainers/testcontainers-node/issues/1289))
> * Bump the dependencies group across 1 directory with 21 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1287](https://redirect.github.com/testcontainers/testcontainers-node/issues/1287))
> * Bump mkdocs-material from 9.7.5 to 9.7.6 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1278](https://redirect.github.com/testcontainers/testcontainers-node/issues/1278))
> * Bump the dependencies group across 11 directories with 10 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1279](https://redirect.github.com/testcontainers/testcontainers-node/issues/1279))
> * Bump the dependencies group with 19 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1280](https://redirect.github.com/testcontainers/testcontainers-node/issues/1280))


Commits

* [`afe8b72`](testcontainers/testcontainers-node@afe8b72) Document LocalStack authentication requirements ([#1295](https://redirect.github.com/testcontainers/testcontainers-node/issues/1295))
* [`841179f`](testcontainers/testcontainers-node@841179f) Only include TS files in test coverage paths ([#1294](https://redirect.github.com/testcontainers/testcontainers-node/issues/1294))
* [`4b470b5`](testcontainers/testcontainers-node@4b470b5) Add auto cleanup control for containers and compose ([#1293](https://redirect.github.com/testcontainers/testcontainers-node/issues/1293))
* [`74b2453`](testcontainers/testcontainers-node@74b2453) Add support for running in parallel for distinct UIDs ([#1276](https://redirect.github.com/testcontainers/testcontainers-node/issues/1276))
* [`a6c5358`](testcontainers/testcontainers-node@a6c5358) Bump the dependencies group across 14 directories with 13 updates ([#1289](https://redirect.github.com/testcontainers/testcontainers-node/issues/1289))
* [`d0a1df4`](testcontainers/testcontainers-node@d0a1df4) Bump the dependencies group across 1 directory with 21 updates ([#1287](https://redirect.github.com/testcontainers/testcontainers-node/issues/1287))
* [`e881d49`](testcontainers/testcontainers-node@e881d49) Bump mkdocs-material from 9.7.5 to 9.7.6 in the dependencies group ([#1278](https://redirect.github.com/testcontainers/testcontainers-node/issues/1278))
* [`9c94bde`](testcontainers/testcontainers-node@9c94bde) Bump the dependencies group across 11 directories with 10 updates ([#1279](https://redirect.github.com/testcontainers/testcontainers-node/issues/1279))
* [`6b78e96`](testcontainers/testcontainers-node@6b78e96) Bump the dependencies group with 19 updates ([#1280](https://redirect.github.com/testcontainers/testcontainers-node/issues/1280))
* [`a20ac80`](testcontainers/testcontainers-node@a20ac80) Fix etcd/vault `repository.url` in package.json ([#1273](https://redirect.github.com/testcontainers/testcontainers-node/issues/1273))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v11.13.0...v11.14.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=11.13.0&new-version=11.14.0)](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 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)
mergify Bot added a commit that referenced this pull request Apr 13, 2026
…js [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 11.13.0 to 11.14.0.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v11.14.0
> --------
>
> Changes
> -------
>
> 🚀 Features
> ----------
>
> * Add auto cleanup control for containers and compose environments [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1293](https://redirect.github.com/testcontainers/testcontainers-node/issues/1293))
> * Add support for running in parallel for distinct UIDs [`@​seanwu1105`](https://github.com/seanwu1105) ([#1276](https://redirect.github.com/testcontainers/testcontainers-node/issues/1276))
>
> 📖 Documentation
> ---------------
>
> * Document LocalStack authentication requirements [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1295](https://redirect.github.com/testcontainers/testcontainers-node/issues/1295))
>
> 🧹 Maintenance
> -------------
>
> * Only include TS files in test coverage paths [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1294](https://redirect.github.com/testcontainers/testcontainers-node/issues/1294))
> * Fix etcd/vault `repository.url` in package.json [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1273](https://redirect.github.com/testcontainers/testcontainers-node/issues/1273))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 14 directories with 13 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1289](https://redirect.github.com/testcontainers/testcontainers-node/issues/1289))
> * Bump the dependencies group across 1 directory with 21 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1287](https://redirect.github.com/testcontainers/testcontainers-node/issues/1287))
> * Bump mkdocs-material from 9.7.5 to 9.7.6 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1278](https://redirect.github.com/testcontainers/testcontainers-node/issues/1278))
> * Bump the dependencies group across 11 directories with 10 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1279](https://redirect.github.com/testcontainers/testcontainers-node/issues/1279))
> * Bump the dependencies group with 19 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1280](https://redirect.github.com/testcontainers/testcontainers-node/issues/1280))


Commits

* [`afe8b72`](testcontainers/testcontainers-node@afe8b72) Document LocalStack authentication requirements ([#1295](https://redirect.github.com/testcontainers/testcontainers-node/issues/1295))
* [`841179f`](testcontainers/testcontainers-node@841179f) Only include TS files in test coverage paths ([#1294](https://redirect.github.com/testcontainers/testcontainers-node/issues/1294))
* [`4b470b5`](testcontainers/testcontainers-node@4b470b5) Add auto cleanup control for containers and compose ([#1293](https://redirect.github.com/testcontainers/testcontainers-node/issues/1293))
* [`74b2453`](testcontainers/testcontainers-node@74b2453) Add support for running in parallel for distinct UIDs ([#1276](https://redirect.github.com/testcontainers/testcontainers-node/issues/1276))
* [`a6c5358`](testcontainers/testcontainers-node@a6c5358) Bump the dependencies group across 14 directories with 13 updates ([#1289](https://redirect.github.com/testcontainers/testcontainers-node/issues/1289))
* [`d0a1df4`](testcontainers/testcontainers-node@d0a1df4) Bump the dependencies group across 1 directory with 21 updates ([#1287](https://redirect.github.com/testcontainers/testcontainers-node/issues/1287))
* [`e881d49`](testcontainers/testcontainers-node@e881d49) Bump mkdocs-material from 9.7.5 to 9.7.6 in the dependencies group ([#1278](https://redirect.github.com/testcontainers/testcontainers-node/issues/1278))
* [`9c94bde`](testcontainers/testcontainers-node@9c94bde) Bump the dependencies group across 11 directories with 10 updates ([#1279](https://redirect.github.com/testcontainers/testcontainers-node/issues/1279))
* [`6b78e96`](testcontainers/testcontainers-node@6b78e96) Bump the dependencies group with 19 updates ([#1280](https://redirect.github.com/testcontainers/testcontainers-node/issues/1280))
* [`a20ac80`](testcontainers/testcontainers-node@a20ac80) Fix etcd/vault `repository.url` in package.json ([#1273](https://redirect.github.com/testcontainers/testcontainers-node/issues/1273))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v11.13.0...v11.14.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=11.13.0&new-version=11.14.0)](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 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants