You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Cosmos DB integration test (${{ matrix.mode.label }})
249
250
runs-on: windows-latest
250
251
env:
252
+
# Official Oracle JDK images that are windows compatible and publicly available through direct download do not exist for JDK 8 and 11 so we use instead cached versions hosted on the Scalar container registry.
251
253
# This variable evaluates to: if {!(Temurin JDK 8) && !(Oracle JDK 8 or 11)} then {true} else {false}
name: SQL Server 2017 integration test (${{ matrix.mode.label }})
1127
-
runs-on: ubuntu-20.04
1128
-
1129
-
services:
1130
-
sqlserver:
1131
-
image: mcr.microsoft.com/mssql/server:2017-latest
1132
-
env:
1133
-
MSSQL_PID: "Express"
1134
-
SA_PASSWORD: "SqlServer17"
1135
-
ACCEPT_EULA: "Y"
1136
-
ports:
1137
-
- 1433:1433
1138
-
options: --name sqlserver17
1129
+
runs-on: windows-latest
1130
+
env:
1131
+
# Official Oracle JDK images that are windows compatible and publicly available through direct download do not exist for JDK 8 and 11 so we use instead cached versions hosted on the Scalar container registry.
1132
+
# This variable evaluates to: if {!(Temurin JDK 8) && !(Oracle JDK 8 or 11)} then {true} else {false}
Copy file name to clipboardExpand all lines: integration-test/src/main/java/com/scalar/db/transaction/consensuscommit/ConsensusCommitNullMetadataIntegrationTestBase.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -639,7 +639,7 @@ public void scan_ScanGivenForPreparedWhenCoordinatorStateAborted_ShouldRollback(
Copy file name to clipboardExpand all lines: integration-test/src/main/java/com/scalar/db/transaction/consensuscommit/ConsensusCommitSpecificIntegrationTestBase.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -544,7 +544,7 @@ public void scan_ScanGivenForPreparedWhenCoordinatorStateAborted_ShouldRollback(
Copy file name to clipboardExpand all lines: integration-test/src/main/java/com/scalar/db/transaction/consensuscommit/TwoPhaseConsensusCommitSpecificIntegrationTestBase.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -419,7 +419,7 @@ public void scan_ScanGivenForPreparedWhenCoordinatorStateAborted_ShouldRollback(
0 commit comments