IvoDD

Results 20 issues of IvoDD

#### Reference Issues/PRs Fixes #1384 #### What does this implement or fix? The #1384 bug also applies to `as_of=` it is just not seen in the repro because it is...

enhancement

**Is your feature request related to a problem? Please describe.** Running ASV benchmarks locally is time consuming and it's difficult to notice whether one has a bug in them. **Describe...

enhancement

### Describe the bug The `test_filter_numeric_isnotin_signed` has flaked on the conde build [here](https://github.com/man-group/ArcticDB/actions/runs/8909348967/job/24466564525?pr=1545). Pasting logs below: ``` version_store = NativeVersionStore: Library: test_filter_numeric_isnotin_si.80_2024-05-01T13_07_13_506219, Primary Storage: lmdb_storage. symbol = 'test_filter_numeric_isnotin' df =...

flaky test

**Is your feature request related to a problem? Please describe.** Our current benchmarks don't test realistic large scale use cases. **Describe the solution you'd like** A benchmarking suite which: -...

enhancement

**Is your feature request related to a problem? Please describe.** Currently releases are painful because: 1. We occasionally discover issues/bugs during or after a release which is bad 2. The...

enhancement
test engineer

**Is your feature request related to a problem? Please describe.** The current higher level code structure is confusing and has potentially too many abstractions: ``` PythonVersionStore ---has---> Store ---parent-of---> AsyncStore...

refactor

### Describe the bug The test_hypothesis_mean_agg occasionally fails on the conda mac build as seen [here](https://github.com/man-group/ArcticDB/actions/runs/7639977500/job/20814128990?pr=1265). ``` FAILED tests/unit/arcticdb/version_store/test_aggregation.py::test_hypothesis_mean_agg[EncodingVersion.V2] - AssertionError: DataFrame.iloc[:, 0] (column name="a") are different DataFrame.iloc[:, 0] (column...

flaky test

### Describe the bug The VersionStoreTest.StressBatchReadUncompressed test has flaked [here](https://github.com/man-group/ArcticDB/actions/runs/7572225777/job/20621572327?pr=1206). It might be rare since it's the only time I've seen this flake. ### Steps/Code to Reproduce Rerun VersionStoreTest.StressBatchReadUncompressed many...

flaky test

**Is your feature request related to a problem? Please describe.** Batch deletes can be quite a lot faster than doing the deletes sequentially. **Describe the solution you'd like** A `lib.delete_batch`...

enhancement

We've had a CI run fail because it couldn't pull a docker image [here](https://github.com/man-group/ArcticDB/actions/runs/10264788750/job/28400677767). Error looks like: ``` Starting mongodb service container /usr/bin/docker pull mongo:4.4 Error response from daemon: toomanyrequests:...

flaky test