Skip to content

Commit

Permalink
test(mysql): configure to read committed
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Sep 4, 2024
1 parent b6fa15d commit 869504c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 869504c

Please sign in to comment.