-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* stress updates * changes * add memray to stress * undo docker file changes * add memray chaos * timeoutError raise * devred * try log to file * test indiv * test indv * updates * tests * logging_enable * stress * update * delete * remove changes to code * change level * update chart.yaml * update to local running of indv components * updates * remove * update * update test base * remove eh changes * logging * update jpb * update docker * update scenarios * logging --------- Co-authored-by: swathipil <[email protected]>
- Loading branch information
1 parent
328a3df
commit 2c3fa6c
Showing
15 changed files
with
951 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
stress | ||
stress.exe | ||
.env | ||
Dockerfile | ||
*.py | ||
*.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 28 additions & 3 deletions
31
sdk/servicebus/azure-servicebus/stress/scenarios-matrix.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,32 @@ | ||
displayNames: | ||
matrix: | ||
image: | ||
- Dockerfile | ||
scenarios: | ||
sbStress: | ||
testTarget: servicebus | ||
queue: | ||
testTarget: queue | ||
aqueue: | ||
testTarget: aqueue | ||
queuepull: | ||
testTarget: queuepull | ||
aqueuepull: | ||
testTarget: aqueuepull | ||
batch: | ||
testTarget: batch | ||
abatch: | ||
testTarget: abatch | ||
queuew: | ||
testTarget: queuew | ||
aqueuew: | ||
testTarget: aqueuew | ||
queuepullw: | ||
testTarget: queuepullw | ||
aqueuepullw: | ||
testTarget: aqueuepullw | ||
batchw: | ||
testTarget: batchw | ||
abatchw: | ||
testTarget: abatchw | ||
memray: | ||
testTarget: memray | ||
amemray: | ||
testTarget: amemray |
4 changes: 2 additions & 2 deletions
4
sdk/servicebus/azure-servicebus/stress/scripts/dev_requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
aiohttp>=3.0; python_version >= '3.5' | ||
aiohttp>=3.0 | ||
opencensus-ext-azure | ||
psutil | ||
pytest | ||
azure-servicebus | ||
python-dotenv | ||
websocket-client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.