marcopaggioro commented on code in PR #363:
URL: 
https://github.com/apache/pekko-persistence-jdbc/pull/363#discussion_r2520062616


##########
core/src/test/scala/org/apache/pekko/persistence/jdbc/state/scaladsl/JdbcDurableStateSpec.scala:
##########
@@ -83,9 +83,8 @@ abstract class JdbcDurableStateSpec(config: Config, 
schemaType: SchemaType) exte
             e shouldBe 
an[org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException]
           case Postgres =>
             e shouldBe an[org.postgresql.util.PSQLException]
-          // TODO https://github.com/apache/pekko-persistence-jdbc/issues/174
-          // case MySQL =>
-          //  e shouldBe an[java.sql.SQLIntegrityConstraintViolationException]
+          case MySQL =>
+            e shouldBe an[java.sql.SQLIntegrityConstraintViolationException]

Review Comment:
   Just for MySQL with an inconsistency with the line below (`case Oracle`)?
   Or both for Oracle and SqlServer (not H2 and Postgres)



-- 
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]

Reply via email to