He-Pin commented on code in PR #365:
URL:
https://github.com/apache/pekko-persistence-jdbc/pull/365#discussion_r2528437195
##########
core/src/test/scala/org/apache/pekko/persistence/jdbc/state/scaladsl/JdbcDurableStateSpec.scala:
##########
@@ -86,6 +86,8 @@ abstract class JdbcDurableStateSpec(config: Config,
schemaType: SchemaType) exte
// TODO https://github.com/apache/pekko-persistence-jdbc/issues/174
// case MySQL =>
// e shouldBe an[java.sql.SQLIntegrityConstraintViolationException]
+ case MariaDB =>
+ e shouldBe a[java.sql.SQLIntegrityConstraintViolationException]
case Oracle =>
e shouldBe an[java.sql.SQLIntegrityConstraintViolationException]
Review Comment:
maybe those `an` can be change to `a` too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]