hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

SequenceGeneratorDefaultSchemaTest fails for MySQL

Open DavideD opened this issue 2 years ago • 0 comments
trafficstars

Error:

io.vertx.mysqlclient.MySQLException: SELECT command denied to user 'hreact'@'10.0.2.100' for table 'test_id_seq'

This test set a different default schema using the property hibernate.default_schema. I suspect that there is a mismatch between the creation of the sequence and when the sequence is used. Probably, somewhere the schema is not specified (I could be wrong though, I haven't look at this in-depth).

~~Assigning this to @Sanne because he said he would look into it.~~ I've disabled the test for now: https://github.com/hibernate/hibernate-reactive/commit/fb135a3fec5fa77a8af9e60488e7b606f444994a

DavideD avatar Mar 21 '23 10:03 DavideD