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

HqlParserUnitTests is flaky #3453

Closed
quaff opened this issue Apr 28, 2024 · 0 comments
Closed

HqlParserUnitTests is flaky #3453

quaff opened this issue Apr 28, 2024 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@quaff
Copy link
Contributor

quaff commented Apr 28, 2024

Sources already up to date:

$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.

JDK and OS version:

$ java -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment Homebrew (build 17.0.11+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.11+0, mixed mode, sharing)
$ sw_vers
ProductName:		macOS
ProductVersion:		14.4.1
BuildVersion:		23E224

Maven test failed:

$ ./mvnw verify
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   HqlParserUnitTests.shouldConsiderVisibility:32 
Expecting actual:
  org.springframework.data.jpa.repository.query.HqlParser
to be a "package-private" class but was "public".
[INFO] 
[ERROR] Tests run: 728, Failures: 1, Errors: 0, Skipped: 75
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Spring Data JPA Parent 3.3.0-SNAPSHOT:
[INFO] 
[INFO] Spring Data JPA Parent ............................. SUCCESS [  2.794 s]
[INFO] Spring Data JPA .................................... FAILURE [ 33.900 s]
[INFO] Spring Data Envers ................................. SKIPPED
[INFO] Spring Data JPA - Distribution ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 28, 2024
@quaff quaff closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants