Georgi Petrov
Georgi Petrov
#### Reference Issues/PRs Fixes #1564 #### What does this implement or fix? It remove all simulators from the unit tests (e.g. S3 moto, azurite, mongo) TODO - make sure that...
**Is your feature request related to a problem? Please describe.** At the moment, the coding style is inconsistent (especially in the C++ layer), we should agree to a style and...
**Is your feature request related to a problem? Please describe.** Unit tests should be easy to execute and shouldn't take too much time to execute **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** There are quite a few tests at the moment, which makes running them take a long time / hard to...
- Fix compilation errors with clang-18 due to Werror - Run include-what-you-use to reduce includes and add forward declarations Test building on ec2 Set upper limit for build threads in...
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
**Is your feature request related to a problem? Please describe.** Many tests perform much worse on Windows than on Linux, which is slowing down the overall CI builds. This is...
We would like to support Azure as a storage for our tests. This should be done in a similar way to the AWS S3 persistent storage support that already have....
#### Reference Issues/PRs Fixes #1406 #### What does this implement or fix? Converts time zone data to string when normalizing with MsgPack. Adds tests to make sure that the crash...
### Describe the bug ArcticDB crashes when trying to normalize timestamp with time zone when MsgPack is used as a normalizer. This problem occurs most often when trying to write...