Skip to content

Reduce naming collisions in consecutive tests #3856

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

Closed
wants to merge 1 commit into from
Closed

Reduce naming collisions in consecutive tests #3856

wants to merge 1 commit into from

Conversation

hpoettker
Copy link
Contributor

@hpoettker hpoettker commented Feb 20, 2021

fixes #3851
fixes #3852

The root cause is that there are too many embedded databases with the same name. The issue is described here: spring-projects/spring-framework#13491

I'm using Windows 10 with Oracle JDK 14.0.2 and it works on my machine: 😉

  • the build passes, when started form the command line,
  • the tests pass when started per module in Eclipse, which triggers the test classes in a fixed but non-alphabetical order

Simply removing the ignore annotations on the master branch led to consistently reproducible errors.

@fmbenhassine fmbenhassine added in: build pr-for: bug status: waiting-for-triage Issues that we did not analyse yet and removed status: waiting-for-triage Issues that we did not analyse yet labels Feb 22, 2021
@fmbenhassine
Copy link
Contributor

Rebased and merged as 0ad6803. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intermittent failure in AsynchronousTests on windows Intermittent failure in ConcurrentTransactionTests on windows
2 participants