See https://github.com/apache/pekko-persistence-jdbc/actions/runs/21298908745
This happens in numerous tests:
java.sql.SQLException: You can't combine write-locking of system tables with other tables or lock types
Doesn't happen with mysql server 9.5.0
Most of the issues happen in tests where we delete messages, eg
[info] java.lang.AssertionError: assertion failed: expected DeleteMessagesSuccess(3), found DeleteMessagesFailure(java.sql.SQLException: You can't combine write-locking of system tables with other tables or lock types,3)
See https://github.com/apache/pekko-persistence-jdbc/actions/runs/21298908745
This happens in numerous tests:
java.sql.SQLException: You can't combine write-locking of system tables with other tables or lock types
Doesn't happen with mysql server 9.5.0
Most of the issues happen in tests where we delete messages, eg