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

Scale Up Integration Test Fix #278

Open
sethsaperstein-lyft opened this issue Mar 28, 2023 · 0 comments
Open

Scale Up Integration Test Fix #278

sethsaperstein-lyft opened this issue Mar 28, 2023 · 0 comments

Comments

@sethsaperstein-lyft
Copy link
Contributor

overview

Scale up test is being commented out to get integration tests working on github actions. The issue is that github hosted runners only allow 8gb memory and 2 cpu by default. The scale up test requires 2 flink clusters to run simultaneously, one with 2 tm's with 2 task slots each and one with 1 tm with 2 task slots. Other tests only require 1 tm per flink cluster and have been squeezed into the github hosted runner by decreasing parallelism during testing.

To get this test to run, we'll need to use larger github runners which is currently in beta.

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

No branches or pull requests

1 participant