#opendal — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #opendal, aggregated by home.social.
-
New Blog Post Published.
How to Condense 800 Integration Tests into 80, Losslessly?
In this post, I'll share how I condense the extensive integration test matrix in #OpenDAL from `O(T * S * C)` into a linear `O(T + S + C)` without losing any coverage.
https://xuanwo.io/2024/03-how-to-condense-800-integration-tests-into-80-losslessly/
-
New Blog Post Published.
Why SQL hang for exactly 940s? TCP and Async Rust!
I debugged an issue that Databend SQL could hang for 940s during #OpenDAL reads. I gained a lot of insight into TCP and Async Rust in the process. Feel free to take a look!
-
I have a question about your work #sccache and #OpenDAL.
To determine if the file is cached in GitHub Action[1], the logic is implemented in sccache or opendal?
My X Problem[2]: I want to cache #Nix within #GitHubAction. AFAIK, current solutions (https://github.com/nix-community/cache-nix-action) will consider `/nix` as a whole object, causing "Caches are isolated between branches". Besides, the cost of downloading a big cache is not negligible.
[1]: https://xuanwo.io/reports/2023-04/sccache.png
[2]: https://en.wikipedia.org/wiki/XY_problem -
I have a question about your work #sccache and #OpenDAL.
To determine if the file is cached in GitHub Action[1], the logic is implemented in sccache or opendal?
My X Problem[2]: I want to cache #Nix within #GitHubAction. AFAIK, current solutions (https://github.com/nix-community/cache-nix-action) will consider `/nix` as a whole object, causing "Caches are isolated between branches". Besides, the cost of downloading a big cache is not negligible.
[1]: https://xuanwo.io/reports/2023-04/sccache.png
[2]: https://en.wikipedia.org/wiki/XY_problem -
#OpenDAL Community Sync (testing) is scheduled for 2:00 PM on September 1st, UTC+8
I'm very excited about this meeting and I hope to see you there!
More details: https://lists.apache.org/thread/1vgoq71nw73qxhh05j7tsb2dg36v0d80
-
-
#OpenDAL is currently working on a Fuzzing Test led by @dqhl76. This test is very impressive and will greatly improve the stability of OpenDAL.
We plan to first add it in OpenDAL and then integrate it with OSS-Fuzz for continuous fuzzing. Stay tuned!
-
-
#OpenDAL has established integration tests with @ownclouders, providing our users with increased confidence when connecting to #OwnCloud. 😘