-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Storage] [DataMovement] [Blobs] Stress Scenarios (#46400)
* Added separate sln file for Storage Data Movement and start of stress testing for DM Blobs * Fix to Stress Test README * Fix path for .slnf file * WIP * WIP * WIP * WIP * WIP * WIP * WIP - builds * WIP - docker issues * WIP - build issue in docker * WIP - builds locally, not in Docker * WIP - runs until hitting excuting yaml file * WIP - helm won't commit run * WIP - fixing upload scenario test * WIP - helm still not pushing commit; added more options for scenarios * WIP * Cleanup * WIP * More cleanup and some PR Comments * Part 2 PR comments * WIP * WIP * WIP - Created all scenario types and implementation * Cleanup * Update script to include all new scenarios * Cleanup * PR Comments: Updated Create Blob Helper methods; removed file close; short hand * PR comments: Removed unnecessary init transfermanager; reapplied options
- Loading branch information
Showing
36 changed files
with
1,461 additions
and
139 deletions.
There are no files selected for viewing
87 changes: 86 additions & 1 deletion
87
sdk/storage/Azure.Storage.DataMovement.Blobs/stress/generatedValues.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,92 @@ | ||
scenarios: | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
testScenario: uploadsingleblockblob | ||
Scenario: uploadsingleblockblob | ||
testScenario: uploadsingleblockblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: uploaddirectoryblockBlob | ||
testScenario: uploaddirectoryblockBlob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: downloadsingleblockblob | ||
testScenario: downloadsingleblockblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: downloaddirectoryblockblob | ||
testScenario: downloaddirectoryblockblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: copysingleblockblob | ||
testScenario: copysingleblockblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: copydirectoryblockblob | ||
testScenario: copydirectoryblockblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: uploadsingleappendblob | ||
testScenario: uploadsingleappendblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: uploaddirectoryappendblob | ||
testScenario: uploaddirectoryappendblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: downloadsingleappendblob | ||
testScenario: downloadsingleappendblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: downloaddirectoryappendblob | ||
testScenario: downloaddirectoryappendblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: copysingleappendblob | ||
testScenario: copysingleappendblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: copydirectoryappendblob | ||
testScenario: copydirectoryappendblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: uploadsinglepageblob | ||
testScenario: uploadsinglepageblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: uploaddirectorypageblob | ||
testScenario: uploaddirectorypageblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: downloadsinglepageblob | ||
testScenario: downloadsinglepageblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: downloaddirectorypageblob | ||
testScenario: downloaddirectorypageblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: copysinglepageblob | ||
testScenario: copysinglepageblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
- image: Dockerfile | ||
imageBuildDir: ../../../.. | ||
Scenario: copydirectorypageblob | ||
testScenario: copydirectorypageblob | ||
imageTag: stressstorage4okf44ko4zuos.azurecr.io/amnguye/net-stgdm-blobs/dockerfile:amnguye | ||
|
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
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.