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

SMS soak test #2011

Merged
merged 15 commits into from
Dec 11, 2023
Merged

SMS soak test #2011

merged 15 commits into from
Dec 11, 2023

Conversation

sastels
Copy link
Collaborator

@sastels sastels commented Oct 31, 2023

Summary | Résumé

Add flag to soak test SMS rather than emails.

Test instructions | Instructions pour tester la modification

  • Add a SMS_TEMPLATE_ID= to your scripts/soak_test/.env file. This template should have no variables.
  • run locust -f ./soak_test_send_notification.py --sms

@sastels sastels marked this pull request as ready for review October 31, 2023 19:33
@sastels sastels requested review from ben851 and jimleroyer October 31, 2023 19:33
@sastels sastels merged commit e98d7a2 into main Dec 11, 2023
4 checks passed
@sastels sastels deleted the sms-soak-test branch December 11, 2023 17:09
@@ -0,0 +1,38 @@
import os
Copy link
Member

Choose a reason for hiding this comment

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

We didn't want this to sit in a subfolder of tests-stress?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

🤔 We could think of this as a very low level stress test... generally I've been using high priority templates for these soak tests and low priority ones for the larger stress tests so it would require either rewriting the code a bit or changing the .env file when switching between them. 🤷

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.

3 participants