Skip to content

Commit cce5e40

Browse files
Copilotdevstress
andcommitted
Fix observability tests to use Aspire testing framework and remove stress tests
Co-authored-by: devstress <[email protected]>
1 parent b59fa47 commit cce5e40

File tree

8 files changed

+758
-404
lines changed

8 files changed

+758
-404
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ jobs:
7676
needs: build
7777
uses: ./.github/workflows/reliability-tests.yml
7878

79-
stress_tests_confluent:
80-
needs: build
81-
uses: ./.github/workflows/stress-tests-confluent.yml
82-
8379
backpressure_tests:
8480
needs: build
8581
uses: ./.github/workflows/backpressure-tests.yml

.github/workflows/observability-tests.yml

Lines changed: 31 additions & 282 deletions
Large diffs are not rendered by default.

.github/workflows/stress-tests-confluent.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

IntegrationTests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ The integration tests are fully integrated with GitHub Actions:
554554
```yaml
555555
# Workflows that use this infrastructure:
556556
- integration-tests.yml # Basic infrastructure validation
557-
- stress-tests-confluent.yml # High-throughput scenarios
557+
- observability-tests.yml # Message per second metrics with Aspire testing framework
558558
- reliability-tests.yml # Back pressure and rebalance
559559
- backpressure-tests.yml # Flow control validation
560560
```

0 commit comments

Comments
 (0)