hibernate-reactive
hibernate-reactive copied to clipboard
SequenceGeneratorDefaultSchemaTest fails for MySQL
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