Skip to content

Added E2E test to run Python wheels on interactive cluster created in bundle - #1864

Merged
andrewnester merged 1 commit into
mainfrom
fix/interactive-cluster-libraries
Nov 1, 2024
Merged

Added E2E test to run Python wheels on interactive cluster created in bundle#1864
andrewnester merged 1 commit into
mainfrom
fix/interactive-cluster-libraries

Conversation

@andrewnester

@andrewnesterandrewnester commented Oct 29, 2024

Copy link
Copy Markdown
Contributor

Changes

Added E2E test to run python wheels on interactive cluster created in bundle.

We had a gap in testing wheel on all purpose clusters, so this PR addresses the gap

@eng-dev-ecosystem-bot

Copy link
Copy Markdown
Collaborator

Test Details: go/deco-tests/11575017338

@pieternpietern changed the title Added E2E test to run python wheels on interactive cluster created in bundleAdded E2E test to run Python wheels on interactive cluster created in bundleOct 31, 2024

@pieternpietern left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you elaborate in the PR summary on what prompted you to add coverage for this?

@andrewnester
andrewnester added this pull request to the merge queueOct 31, 2024
@pietern
pietern removed this pull request from the merge queue due to a manual request Oct 31, 2024
"type": "string",
"description": "Unique ID for job name"
},
"instance_pool_id": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not being used in the test, should we use it in the cluster specification to reduce the time this test takes to run?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We create an interactive cluster as part of this test, so instance_pool_id needs to be removed

func TestAccPythonWheelTaskDeployAndRunOnInteractiveCluster(t *testing.T) {
_, wt := acc.WorkspaceTest(t)

if testutil.IsAWSCloud(wt.T) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can create clusters on AWS right? Does the test runner not have enough permissions?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a permission issue, yes

@andrewnester
andrewnester added this pull request to the merge queueNov 1, 2024
Merged via the queue into main with commit 71cf426Nov 1, 2024
@andrewnester
andrewnester deleted the fix/interactive-cluster-libraries branch November 1, 2024 14:30
andrewnester added a commit that referenced this pull request Nov 6, 2024
CLI:
* Clean host URL in the `auth login` command ([#1879](#1879)).
Bundles:
* Fix bundle run when run interactively ([#1880](#1880)).
* Fix relative path resolution for dashboards on Windows ([#1881](#1881)).
Internal:
* Address goreleaser deprecation warning ([#1872](#1872)).
* Update actions/github-script to v7 ([#1873](#1873)).
* Use Go 1.23 ([#1871](#1871)).
* [Internal] Always write message for manual integration test trigger ([#1874](#1874)).
* Add `cmd-exec-id` to user agent ([#1808](#1808)).
* Added E2E test to run Python wheels on interactive cluster created in bundle ([#1864](#1864)).
Dependency updates:
* Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0 ([#1877](#1877)).
github-merge-queueBot pushed a commit that referenced this pull request Nov 6, 2024
CLI:
* Clean host URL in the `auth login` command
([#1879](#1879)).
Bundles:
* Fix bundle run when run interactively
([#1880](#1880)).
* Fix relative path resolution for dashboards on Windows
([#1881](#1881)).
Internal:
* Address goreleaser deprecation warning
([#1872](#1872)).
* Update actions/github-script to v7
([#1873](#1873)).
* Use Go 1.23 ([#1871](#1871)).
* [Internal] Always write message for manual integration test trigger
([#1874](#1874)).
* Add `cmd-exec-id` to user agent
([#1808](#1808)).
* Added E2E test to run Python wheels on interactive cluster created in
bundle ([#1864](#1864)).
Dependency updates:
* Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0
([#1877](#1877)).
denik pushed a commit that referenced this pull request May 20, 2026
… bundle (#1864)
## Changes
Added E2E test to run python wheels on interactive cluster created in
bundle.
We had a gap in testing wheel on all purpose clusters, so this PR
addresses the gap
denik pushed a commit that referenced this pull request May 20, 2026
CLI:
* Clean host URL in the `auth login` command
([#1879](#1879)).
Bundles:
* Fix bundle run when run interactively
([#1880](#1880)).
* Fix relative path resolution for dashboards on Windows
([#1881](#1881)).
Internal:
* Address goreleaser deprecation warning
([#1872](#1872)).
* Update actions/github-script to v7
([#1873](#1873)).
* Use Go 1.23 ([#1871](#1871)).
* [Internal] Always write message for manual integration test trigger
([#1874](#1874)).
* Add `cmd-exec-id` to user agent
([#1808](#1808)).
* Added E2E test to run Python wheels on interactive cluster created in
bundle ([#1864](#1864)).
Dependency updates:
* Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0
([#1877](#1877)).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@andrewnester@eng-dev-ecosystem-bot@pietern@shreyas-goenka