-
Notifications
You must be signed in to change notification settings - Fork 16
🚫 blocked: Artifact e2e - refactor and add dimension #3074
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
base: main
Are you sure you want to change the base?
Conversation
chore: merge from main
| // Clean up: delete the uploaded artifact using the correct name | ||
| await artifactsView.deleteFlinkArtifact(uploadedArtifactName); | ||
| await artifactsView.clickSelectKafkaClusterAsFlinkDatabase(); | ||
| await page.keyboard.type("azure"); |
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.
We can't associate compute pools with clusters even under the same env, we should match on provider/region. But how can we be sure there's even a match if we're looking dynamically?
Also we can't search for cluster via cluster label (has to be the name) so we're stuck if we go down that route.
I think a dedicated test env, or maybe even org, could start helping out a lot.
| const uploadedArtifactName = await artifactsView.uploadFlinkArtifact(electronApp, artifactPath); | ||
|
|
||
| await expect(artifactsView.artifacts.filter({ hasText: uploadedArtifactName })).toHaveCount(1); | ||
| const entrypoints = [ |
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.
some refactoring for readability on the way here
Summary of Changes
Click-testing instructions
Optional: Any additional details or context that should be provided?
Pull request checklist
Please check if your PR fulfills the following (if applicable):
Tests
Release notes