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 }})
245
246
runs-on: windows-latest
246
247
env:
248
+
# 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.
247
249
# 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 }})
1123
-
runs-on: ubuntu-20.04
1124
-
1125
-
services:
1126
-
sqlserver:
1127
-
image: mcr.microsoft.com/mssql/server:2017-latest
1128
-
env:
1129
-
MSSQL_PID: "Express"
1130
-
SA_PASSWORD: "SqlServer17"
1131
-
ACCEPT_EULA: "Y"
1132
-
ports:
1133
-
- 1433:1433
1134
-
options: --name sqlserver17
1125
+
runs-on: windows-latest
1126
+
env:
1127
+
# 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.
1128
+
# 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-2
Original file line number
Diff line number
Diff line change
@@ -638,7 +638,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-2
Original file line number
Diff line number
Diff line change
@@ -512,7 +512,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-2
Original file line number
Diff line number
Diff line change
@@ -418,7 +418,7 @@ public void scan_ScanGivenForPreparedWhenCoordinatorStateAborted_ShouldRollback(
0 commit comments