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

Skip azure compat tests #1982

Merged
merged 4 commits into from
Nov 6, 2024
Merged

Skip azure compat tests #1982

merged 4 commits into from
Nov 6, 2024

Commits on Nov 5, 2024

  1. Skip azure compat tests because of #1979

    Also since 4.5.1 is now available we replace 4.5.0 with 4.5.1 which
    should re-enable the lmdb and mongo tests with their segfaults fixed.
    IvoDD committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1948410 View commit details
    Browse the repository at this point in the history
  2. Use shell=True for linux compat tests to fix feedstock runs

    The issue with conda feedstock runners is they use some variable for
    abspath, which doesn't get correctly expanded by `os.path.expandvar`.
    
    This requires using `shell=True` for linux as well.
    
    This was tested to properly fix compat tests in #1931 combined with
    [feedstock pr](conda-forge/arcticdb-feedstock#322).
    However it still doesn't work for some of the macos builds which are not skipped correctly.
    
    Still this is a good change for local runs as well and we'll fix the
    macos issue in a separate run.
    IvoDD committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2c996a8 View commit details
    Browse the repository at this point in the history
  3. Skip mongo tests entirely

    The destruction bug on mongo I thought I fixed in #1862 can still be
    seen.
    
    We skip the mongo test for now.
    IvoDD committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c8c1f7d View commit details
    Browse the repository at this point in the history
  4. Re comments on #1979 we skip the lmdb compat tests as well

    After we fix the segfaults we can re-enable
    IvoDD committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7941c47 View commit details
    Browse the repository at this point in the history