-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix for #1202, Fixed scalability test for V23.2 version of the project #1203
base: v23
Are you sure you want to change the base?
Conversation
I tried it and there are many errors with the message
|
Looks like the test fails if run right after server startup. Opening the app once in the browser before running the test helps. I'll investigate why this is needed. |
I think it is because Gatling's warmup fails for some reason. If I add dummy warm up request to begin it fails, but subsequent requests pass. |
@manolo can you try again now? I upgraded Gatling versions to include their latest fixes: the script seems to work now much better. |
…atling and Java script format
Hey @johannest, sorry for late response but forgot about this, I rebased the PR with v23 branch, the build is success, but html has a lot of failures. Can you check the attached output and screenshot? |
the multiple lines saying |
Description
Fixed scalability test for V23.2 version of the project with latest Gatling and Java script format. Should fix #1202
Type of change
Checklist