Skip to content

Commit 34ba2a1

Browse files
committed
swap orders for azure-cosmos ITs in jvm mode
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
1 parent e231cc9 commit 34ba2a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/run-integration-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export QUARKUS_AZURE_EVENTHUBS_EVENTHUB_NAME=${EVENTHUBS_EVENTHUB_NAME}
8686
mvn -f azure-eventhubs/pom.xml test-compile failsafe:integration-test -Dnative -Dazure.test=true
8787
mvn -f azure-eventhubs/pom.xml verify -Dazure.test=true
8888

89+
# NOTICE: inteionally run the integration tests for Azure Cosmos DB at the end due to its intermittent failures
8990
# Azure Cosmos Extension
9091
# Authenticate to Azure Cosmos DB with Microsoft Entra ID and key
9192
# Export the endpoint of azure cosmos db
@@ -118,5 +119,5 @@ AZURE_COSMOS_KEY=$(az cosmosdb keys list \
118119
--query primaryMasterKey -o tsv)
119120
mvn -f azure-cosmos/pom.xml test-compile failsafe:integration-test -Dnative -Dazure.test=true
120121
mvn -f azure-cosmos/pom.xml test-compile failsafe:integration-test -Dnative -Dazure.test=true -Dquarkus.azure.cosmos.key=${AZURE_COSMOS_KEY}
121-
mvn -f azure-cosmos/pom.xml verify -Dazure.test=true
122122
mvn -f azure-cosmos/pom.xml verify -Dazure.test=true -Dquarkus.azure.cosmos.key=${AZURE_COSMOS_KEY}
123+
mvn -f azure-cosmos/pom.xml verify -Dazure.test=true

0 commit comments

Comments
 (0)