-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cost opt e2e #3212
Cost opt e2e #3212
Conversation
cdfa447
to
a6a9eaf
Compare
7dec35f
to
d739f4b
Compare
d739f4b
to
37f8ac6
Compare
@@ -54,6 +54,7 @@ services: | |||
- host.docker.internal:host-gateway | |||
postgres: | |||
image: postgres:15 | |||
command: -c 'max_connections=200' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding this has fixed the e2e test that was failing always:
https://github.com/trento-project/web/actions/runs/12478685578/job/34826632861
It creates a max_connections
hit error, the host takes a while to roll up, and the events sent to this host are excluded as it is in rolling_up
state.
Description
Refactor HANA scale up cost-optimized e2e tests adding a new photofinish scenario instead of updating an already existing one.
Refactor of: #3213