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

Run notebook download test for only one configuration #255

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

hugobuddel
Copy link
Collaborator

For now run the notebook download test for only one configuration.

The idea behind this test is to run the notebooks at least once a night in the same way that a new user would. That's why it should download the IRDB in the same way as this new user would. However, we can also do this once, instead of 6 times, because the timeout might trigger because we do several of these at the same time, which a new user would not do.

This will hopefully make the nightly run green, and gives us time to properly address #254. The goal is to have the tests green again before we go on vacation and before Kieran gets back.

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c36a037) 80.85% compared to head (b44ae2b) 80.85%.

Additional details and impacted files
@@             Coverage Diff             @@
##           dev_master     #255   +/-   ##
===========================================
  Coverage       80.85%   80.85%           
===========================================
  Files             143      143           
  Lines           14676    14676           
===========================================
  Hits            11866    11866           
  Misses           2810     2810           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@teutoburg
Copy link
Contributor

If we only run it on one version of Python, do you think it makes more sense to use the highest (3.11) or the lowest (3.8) one we support?

@hugobuddel
Copy link
Collaborator Author

I was asking myself that too. I decided that the latest would be fine because the other tests (e.g. the minimum dependencies test) should cover the lowest supported version.

@hugobuddel hugobuddel merged commit c700bc4 into dev_master Jul 23, 2023
14 of 19 checks passed
@teutoburg teutoburg deleted the hb/makenotebookdownloadtestgreen branch August 17, 2023 09:54
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

Successfully merging this pull request may close these issues.

None yet

2 participants