Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tests): stress testing data generation scripts #2000

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

miguel-crespo-fdc
Copy link
Contributor

@miguel-crespo-fdc miguel-crespo-fdc commented Oct 2, 2024

Ref: SRX-YNEAHU

@@ -12,6 +12,7 @@ testData=${1:-"./testdata_template/environments"}
for filename in "$testData"/*; do
configFile="$filename"/config.json
env=$(basename -- "$filename")
env=$(echo "$env" | awk '{print tolower($0)}')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upper case environments are not accepted by kuberpult

@miguel-crespo-fdc miguel-crespo-fdc marked this pull request as ready for review October 2, 2024 10:01
@miguel-crespo-fdc miguel-crespo-fdc requested a review from a team as a code owner October 2, 2024 10:01
@miguel-crespo-fdc miguel-crespo-fdc changed the title chore(tests): stress testing data generation chore(tests): stress testing data generation scripts Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant