Load testing #882
Unanswered
jaimeburnap
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@jaimeburnap Could you elaborate a bit here ... The setup is not clear to me. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@jaimeburnap Could you please outline the steps to reproducing the database error, we'd love to investigate on our side. One idea to load test would be to use our Mock SAML service - https://github.com/boxyhq/mock-saml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a working implementation but we would like to load test what we wrote that sits in front of saml-jackson. We are running everything through API Gateway and Lambdas. It's our own api due to replacing Cognito, so all the calls aren't 1:1 with saml-jackson. The reason we starting trying to do this is because of a database lock issue with the health check.
I looked through the
/npm/test
folder but I'm not sure how to apply the tests through an api with out direct code access. Right now we have things hooked up to okta, but I can't figure out how to get all the way through the flow programmatically and I don't want to load test okta as well.Any ideas would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions