Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria committed Dec 19, 2024
1 parent 584e8e4 commit a150fe7
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 365 deletions.
2 changes: 2 additions & 0 deletions eng/templates/jobs/ci-emulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
docker container rm --force microsoft-azure-eventhub-emulator
docker compose -f tests/emulator_tests/utils/servicebus/docker-compose.yml pull
docker compose -f tests/emulator_tests/utils/servicebus/docker-compose.yml up -d
env:
AzureWebJobsSQLPassword: $(AzureWebJobsSQLPassword)
displayName: 'Install Azurite and Start ServiceBus Emulator'
- bash: |
python -m pytest -q -n auto --dist loadfile --reruns 4 tests/emulator_tests/test_servicebus_functions.py
Expand Down
4 changes: 2 additions & 2 deletions tests/emulator_tests/utils/servicebus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "5672:5672"
environment:
SQL_SERVER: sqledge
MSSQL_SA_PASSWORD: Password123!
MSSQL_SA_PASSWORD: ${AzureWebJobsSQLPassword}
ACCEPT_EULA: Y
depends_on:
- sqledge
Expand All @@ -27,7 +27,7 @@ services:
- "sqledge"
environment:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: Password123!
MSSQL_SA_PASSWORD: ${AzureWebJobsSQLPassword}
# Service for the Azurite Storage Emulator
azurite:
container_name: "azurite-sb"
Expand Down

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions tests/endtoend/servicebus_functions/put_message/__init__.py

This file was deleted.

24 changes: 0 additions & 24 deletions tests/endtoend/servicebus_functions/put_message/function.json

This file was deleted.

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions tests/endtoend/servicebus_functions/servicebus_trigger/__init__.py

This file was deleted.

This file was deleted.

66 changes: 0 additions & 66 deletions tests/endtoend/test_servicebus_functions.py

This file was deleted.

Loading

0 comments on commit a150fe7

Please sign in to comment.