From 88d1bd8184d0ab981e36d07c9d62d6de9bb4f31a Mon Sep 17 00:00:00 2001 From: David Justo Date: Mon, 30 Sep 2024 22:40:06 -0700 Subject: [PATCH] throw OOM --- .../smoketest-dotnet-isolated-v4.yml | 52 ++++++------------- 1 file changed, 15 insertions(+), 37 deletions(-) diff --git a/.github/workflows/smoketest-dotnet-isolated-v4.yml b/.github/workflows/smoketest-dotnet-isolated-v4.yml index 93c420042..30362115d 100644 --- a/.github/workflows/smoketest-dotnet-isolated-v4.yml +++ b/.github/workflows/smoketest-dotnet-isolated-v4.yml @@ -67,32 +67,25 @@ jobs: - name: Install core tools run: npm i -g azure-functions-core-tools@4 --unsafe-perm true - - # Run smoke tests - - name: check that DF extension was installed - run: ls ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/bin/Release/net6.0/ - - - name: check that DF extension was installed - run: ls ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated # Run smoke tests - - name: Run smoke tests (Hello Cities) - shell: pwsh - run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & - cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 & - ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/StartHelloCitiesTyped + # - name: Run smoke tests (Hello Cities) + # shell: pwsh + # run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & + # cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 & + # ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/StartHelloCitiesTyped - - name: Run smoke tests (Timeout) - shell: pwsh - run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & - cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 & - ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartTimeoutOrchestrator + # - name: Run smoke tests (Timeout) + # shell: pwsh + # run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & + # cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 & + # ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartTimeoutOrchestrator - - name: Run smoke tests (OOM) - shell: pwsh - run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & - cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 & - ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartOOMOrchestrator + # - name: Run smoke tests (OOM) + # shell: pwsh + # run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & + # cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 & + # ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartOOMOrchestrator - name: Run smoke tests (Process Exit) shell: pwsh @@ -104,19 +97,4 @@ jobs: # # Validation is blocked on https://github.com/Azure/azure-functions-host/issues/7995 # - name: Run V4 .NET Isolated Smoke Test # run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Dockerfile -HttpStartPath api/StartHelloCitiesTyped - # shell: pwsh - - # # Test that OOM errors are recoverable - # - name: Run V4 .NET OOM Test - # run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 --skipApiVersionCheck & test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Dockerfile -HttpStartPath api/durable_HttpStartOOMOrchestrator - # shell: pwsh - - # # Test that FailFast errors are recoverable - # - name: Run V4 .NET FailFast Test - # run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 --skipApiVersionCheck & test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Dockerfile -HttpStartPath api/durable_HttpStartProcessExitOrchestrator - # shell: pwsh - - # # Test that timeout errors are recoverable - # - name: Run V4 .NET FailFast Test - # run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 --skipApiVersionCheck & test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Dockerfile -HttpStartPath api/durable_HttpStartTimeoutOrchestrator # shell: pwsh \ No newline at end of file