-
Notifications
You must be signed in to change notification settings - Fork 35
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
Remove PostgreSQL image workaround #1022
Conversation
@@ -11,7 +11,7 @@ public class XAPostgresIT extends AbstractSqlDatabaseIT { | |||
|
|||
static final int POSTGRESQL_PORT = 5432; | |||
|
|||
@Container(image = "${postgresql.also.latest.image}", port = POSTGRESQL_PORT, expectedLog = "listening on IPv4 address") | |||
@Container(image = "${postgresql.latest.image}", port = POSTGRESQL_PORT, expectedLog = "listening on IPv4 address") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI says XAPostgresIT » NotFound Status 404: {"message":"No such image: postgres:15"}
@jsmrcka pls rebase and check the failures |
0f22a09
to
1989e64
Compare
I think that this error
|
@jsmrcka could you rebase this branch with the latest changes? |
Removes workaround for a failure reported in quarkus-qe/quarkus-test-framework#641 and observed in quarkus-qe#971.
1989e64
to
e01fc39
Compare
The error is on test framework on this class Basically is a run condition as far as I see, between these two scenarios As a workaround, I am going to avoid deleting portgresql image on this module. There is already an open issue on Quarkus test framework talking about this error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sql-db/sql-app/src/test/java/io/quarkus/ts/sqldb/sqlapp/PostgresqlDatabaseIT.java
Show resolved
Hide resolved
73c91b2
to
557d280
Compare
Summary
Removes workaround for a failure reported in
quarkus-qe/quarkus-test-framework#641 and observed in #971.
Please select the relevant options.
run tests
phrase in comment)Checklist: