Skip to content

Conversation

@zakkak
Copy link
Contributor

@zakkak zakkak commented Aug 27, 2025

Back in 2022 tests depending on Oracle DB where skipped due to docker.io/gvenzl/oracle-free:23-slim-faststart crashing on Apple Silicon (see #25832)

It looks like this is no longer the case (at least on my M3 macbook) and we should re-enable the tests.

Fixes #49720

@zakkak zakkak requested a review from holly-cummins August 27, 2025 06:58
@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/hibernate-orm Hibernate ORM labels Aug 27, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 27, 2025

/cc @gsmet (hibernate-orm)

@quarkus-bot
Copy link

quarkus-bot bot commented Aug 27, 2025

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 3d03a64.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@github-actions
Copy link

😭 Deploy PR Preview failed.

@holly-cummins
Copy link
Contributor

Nice spot, @zakkak!

@zakkak zakkak added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 27, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 27, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 3d03a64.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-4","-5","-6","-7","-8","-9","-10","-11"] to start with: ["-3", "-4", "-5", "-6"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-4","-5","-6","-7","-8","-9","-10","-11"]
to start with:
  ["-3", "-4", "-5", "-6"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:36)

@geoand geoand merged commit 4e98c0d into quarkusio:main Aug 27, 2025
59 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.28 - main milestone Aug 27, 2025
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 27, 2025
@zakkak zakkak deleted the 2025-08-27-revert-arch-filters branch August 27, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file area/hibernate-orm Hibernate ORM triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stop skipping tests depending on Oracle DB on AArch64

3 participants