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

[Fix] Tests.Jupyterhub.test-pipChanges-not-permanent #1015

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

jstourac
Copy link
Member

@jstourac jstourac commented Nov 8, 2023

  • the paramiko is now part of the science-notebook so let's use the minimal-notebook instead - also, this notebook should be smaller so it could be spinned up a bit faster.
  • the default maximum timeout for the check of import paramiko failure is too long, let's wait up to 10seconds max.

Relates to: opendatahub-io/notebooks#261

CI: rhods-ci-pr-test/2112

@jstourac jstourac marked this pull request as ready for review November 8, 2023 11:59
@jstourac jstourac requested review from lugi0 and asanzgom November 8, 2023 12:00
@jstourac jstourac self-assigned this Nov 8, 2023
@jstourac jstourac added verified This PR has been tested with Jenkins enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) labels Nov 8, 2023
- the `paramiko` is now part of the `science-notebook` so let's use the
  `minimal-notebook` instead - also, this notebook should be smaller so
  it could be spinned up a bit faster.
- the default maximum timeout for the check of `import paramiko` failure
  is too long, let's wait up to 10seconds max.

Relates to: opendatahub-io/notebooks#261
Copy link

sonarqubecloud bot commented Nov 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jstourac jstourac requested a review from jgarciao November 9, 2023 11:47
@bdattoma
Copy link
Contributor

bdattoma commented Nov 9, 2023

the paramiko is now part of the science-notebook so let's use the minimal-notebook instead

what's the logic behind this choice? apart from minimal-nb to be smaller @jstourac

@jstourac
Copy link
Member Author

jstourac commented Nov 9, 2023

what's the logic behind this choice? apart from minimal-nb to be smaller @jstourac

@bdattoma Installation of paramiko python package is used to check that after the workbench instance is restarted, that package isn't present on the instance again. Since this package is present by default on the SDS now, we need to either choose a different python package to use for this test or choose some other notebook that don't contain it. I chose the second option.

@jgarciao jgarciao merged commit 1e234bc into red-hat-data-services:master Nov 9, 2023
@jstourac jstourac deleted the fixNtbPipPermanent branch November 9, 2023 15:49
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Nov 28, 2023
…rvices#1015)

- the `paramiko` is now part of the `science-notebook` so let's use the
  `minimal-notebook` instead - also, this notebook should be smaller so
  it could be spinned up a bit faster.
- the default maximum timeout for the check of `import paramiko` failure
  is too long, let's wait up to 10seconds max.

Relates to: opendatahub-io/notebooks#261
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Jan 2, 2024
…rvices#1015)

- the `paramiko` is now part of the `science-notebook` so let's use the
  `minimal-notebook` instead - also, this notebook should be smaller so
  it could be spinned up a bit faster.
- the default maximum timeout for the check of `import paramiko` failure
  is too long, let's wait up to 10seconds max.

Relates to: opendatahub-io/notebooks#261
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) verified This PR has been tested with Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants