Skip to content

Commit

Permalink
add txlocal to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 5, 2024
1 parent ab9a07a commit fd51b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions system-tests/e2e-transfer-test/runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
testImplementation(project(":spi:control-plane:transfer-spi"))
testImplementation(project(":spi:data-plane:data-plane-spi"))
testImplementation(project(":extensions:common:sql:sql-core"))
testImplementation(project(":extensions:common:transaction:transaction-local"))

testImplementation(project(":spi:common:web-spi"))
testImplementation(project(":core:common:connector-core"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {
testImplementation(libs.awaitility)
testImplementation(libs.junit.jupiter.api)
testImplementation(testFixtures(project(":extensions:common:sql:sql-core")))
testImplementation(project(":extensions:common:transaction:transaction-local"))
testImplementation(libs.testcontainers.junit)
testImplementation(libs.testcontainers.postgres)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {
testImplementation(libs.awaitility)
testImplementation(libs.junit.jupiter.api)
testImplementation(testFixtures(project(":extensions:common:sql:sql-core")))
testImplementation(project(":extensions:common:transaction:transaction-local"))
testImplementation(libs.testcontainers.junit)
testImplementation(libs.testcontainers.postgres)
}
Expand Down

0 comments on commit fd51b46

Please sign in to comment.