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 nightly tests #50

Merged
merged 3 commits into from
Oct 31, 2022
Merged

Fix nightly tests #50

merged 3 commits into from
Oct 31, 2022

Conversation

mortenpi
Copy link
Member

@mortenpi mortenpi commented Oct 31, 2022

So I don't quite understand what has changed and why pushing to LOAD_PATH doesn't work any more on nightly, but using Pkg.develop seems fix it.

The issue seems to be that when you try to load DummyStorageBackends via LOAD_PATH, it looks for its DataSets dependency in the depo, rather than realizing that it's already loaded into Main. To repro locally, it may be necessary to have a clean depot.

@mortenpi mortenpi marked this pull request as ready for review October 31, 2022 05:57
1.5 is the lowest version we support here.
@mortenpi
Copy link
Member Author

Bisect shows that it was JuliaLang/julia#46068 that caused the tests to start failing.

@mortenpi mortenpi merged commit ad3c9a9 into master Oct 31, 2022
@mortenpi mortenpi deleted the mp/fix-nightly branch October 31, 2022 20:33
mortenpi added a commit that referenced this pull request Oct 31, 2022
* Use Pkg.develop instead of LOAD_PATH

* Expand CI test matrix to include 1.5, 1.7

1.5 is the lowest version we support here.

(cherry picked from commit ad3c9a9)
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.

2 participants