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

Bump de.flapdoodle.embed.mongo from 4.6.2 to 4.6.3 #33168

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2023

Bumps de.flapdoodle.embed.mongo from 4.6.2 to 4.6.3.

Commits
  • 87c4bb8 [maven-release-plugin] prepare release de.flapdoodle.embed.mongo-4.6.3
  • d7b4a9b remove generated annotation
  • 5ad820a doc update
  • 0452b30 released
  • 50c8dc2 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 4.6.2 to 4.6.3.
- [Commits](flapdoodle-oss/de.flapdoodle.embed.mongo@de.flapdoodle.embed.mongo-4.6.2...de.flapdoodle.embed.mongo-4.6.3)

---
updated-dependencies:
- dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label May 5, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented May 6, 2023

Failing Jobs - Building a43c819

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 Windows Build ⚠️ Check → Logs Raw logs
JVM Tests - JDK 19 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 19 #

- Failing: extensions/elytron-security-jdbc/deployment 
! Skipped: integration-tests/elytron-security-jdbc 

📦 extensions/elytron-security-jdbc/deployment

io.quarkus.elytron.security.jdbc.CustomRoleDecoderDevModeTest.testConfigChange line 66 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

@gsmet gsmet merged commit 8b6ff86 into main May 9, 2023
@quarkus-bot quarkus-bot bot added this to the 3.1 - main milestone May 9, 2023
@dependabot dependabot bot deleted the dependabot/maven/de.flapdoodle.embed-de.flapdoodle.embed.mongo-4.6.3 branch May 9, 2023 07:07
@gsmet
Copy link
Member

gsmet commented May 9, 2023

@michalvavrik @sberyozkin in this one, I see:

2023-05-06T00:46:01.6444093Z 2023-05-06 00:46:01,550 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-1) HTTP Request to /servlet-secured failed, error id: 08f20f3e-9eed-4475-9f96-89021406efec-1: java.lang.RuntimeException: org.wildfly.security.auth.server.RealmUnavailableException: ELY01050: Could not execute query "SELECT u.password, roles FROM test_user u WHERE u.username=?"
2023-05-06T00:46:01.6445178Z 	at io.quarkus.elytron.security.runtime.ElytronPasswordIdentityProvider$1.get(ElytronPasswordIdentityProvider.java:62)
2023-05-06T00:46:01.6446401Z 	at io.quarkus.elytron.security.runtime.ElytronPasswordIdentityProvider$1.get(ElytronPasswordIdentityProvider.java:43)
2023-05-06T00:46:01.6447135Z 	at io.quarkus.security.runtime.QuarkusIdentityProviderManagerImpl$1$1$1$1.run(QuarkusIdentityProviderManagerImpl.java:58)
2023-05-06T00:46:01.6447737Z 	at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:576)
2023-05-06T00:46:01.6448236Z 	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
2023-05-06T00:46:01.6448737Z 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
2023-05-06T00:46:01.6449200Z 	at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
2023-05-06T00:46:01.6449713Z 	at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
2023-05-06T00:46:01.6450265Z 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2023-05-06T00:46:01.6450692Z 	at java.base/java.lang.Thread.run(Thread.java:1589)
2023-05-06T00:46:01.6451212Z Caused by: org.wildfly.security.auth.server.RealmUnavailableException: ELY01050: Could not execute query "SELECT u.password, roles FROM test_user u WHERE u.username=?"
2023-05-06T00:46:01.6451883Z 	at org.wildfly.security.auth.realm.jdbc.JdbcSecurityRealm$JdbcRealmIdentity.getIdentity(JdbcSecurityRealm.java:242)
2023-05-06T00:46:01.6452619Z 	at org.wildfly.security.auth.realm.jdbc.JdbcSecurityRealm$JdbcRealmIdentity.verifyEvidence(JdbcSecurityRealm.java:180)
2023-05-06T00:46:01.6453334Z 	at org.wildfly.security.auth.server.ServerAuthenticationContext$NameAssignedState.verifyEvidence(ServerAuthenticationContext.java:2078)
2023-05-06T00:46:01.6454074Z 	at org.wildfly.security.auth.server.ServerAuthenticationContext.verifyEvidence(ServerAuthenticationContext.java:767)
2023-05-06T00:46:01.6454726Z 	at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:315)
2023-05-06T00:46:01.6455285Z 	at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:289)
2023-05-06T00:46:01.6455930Z 	at io.quarkus.elytron.security.runtime.ElytronPasswordIdentityProvider$1.get(ElytronPasswordIdentityProvider.java:48)
2023-05-06T00:46:01.6456364Z 	... 9 more
2023-05-06T00:46:01.6456843Z Caused by: org.h2.jdbc.JdbcSQLDataException: Invalid value "3" for parameter "columnIndex" [90008-214]
2023-05-06T00:46:01.6457305Z 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:646)
2023-05-06T00:46:01.6457828Z 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
2023-05-06T00:46:01.6458231Z 	at org.h2.message.DbException.get(DbException.java:223)
2023-05-06T00:46:01.6458654Z 	at org.h2.message.DbException.getInvalidValueException(DbException.java:298)
2023-05-06T00:46:01.6459111Z 	at org.h2.jdbc.JdbcResultSet.checkColumnIndex(JdbcResultSet.java:3524)
2023-05-06T00:46:01.6459508Z 	at org.h2.jdbc.JdbcResultSet.getString(JdbcResultSet.java:283)
2023-05-06T00:46:01.6460041Z 	at io.agroal.pool.wrapper.ResultSetWrapper.getString(ResultSetWrapper.java:108)
2023-05-06T00:46:01.6460594Z 	at org.wildfly.security.auth.realm.jdbc.mapper.AttributeMapper.map(AttributeMapper.java:44)
2023-05-06T00:46:01.6461204Z 	at org.wildfly.security.auth.realm.jdbc.JdbcSecurityRealm$JdbcRealmIdentity.getIdentity(JdbcSecurityRealm.java:223)

for the test failing, I'm not sure this is expected?

@michalvavrik
Copy link
Member

Looking into it.

@michalvavrik
Copy link
Member

@gsmet incorrect index is intentional, I don't think OOM is related to error you commented about

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/mongodb kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants