Skip to content

Commit

Permalink
test(mysql): configure to read committed (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Sep 5, 2024
1 parent b6fa15d commit 87f58db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
platform: linux/${PLATFORM}
environment:
- DB_DRIVER=com.mysql.cj.jdbc.Driver
- DB_URL=jdbc:mysql://mysql:3306/process-engine?sendFractionalSeconds=false
- DB_URL=jdbc:mysql://mysql:3306/process-engine?sendFractionalSeconds=false&sessionVariables=transaction_isolation='READ-COMMITTED'
- DB_USERNAME=camunda
- DB_PASSWORD=camunda
- WAIT_FOR=mysql:3306
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
platform: linux/${PLATFORM}
environment:
- DB_DRIVER=com.mysql.cj.jdbc.Driver
- DB_URL=jdbc:mysql://mysql:3306/process-engine?sendFractionalSeconds=false
- DB_URL=jdbc:mysql://mysql:3306/process-engine?sendFractionalSeconds=false&sessionVariables=transaction_isolation='READ-COMMITTED'
- DB_USERNAME=camunda
- DB_PASSWORD_FILE=/run/secrets/camunda_db_password
- WAIT_FOR=mysql:3306
Expand Down

0 comments on commit 87f58db

Please sign in to comment.