man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.51k stars 93 forks source link

Skip azure compat tests #1982

Closed IvoDD closed 2 weeks ago

IvoDD commented 2 weeks ago

Reference Issues/PRs

Skips azure compat test to make #1979 compat tests non-flaky but we still need to fix the bug from #1979.

What does this implement or fix?

I've packaged up a few other improvements in this pr as well:

Any other comments?

Checklist

Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?