Chojan Shang
Chojan Shang
- Old features - Out-of-date Similar Cookiecutter Templates - Broken picture links
Thank you for your work, but it seems that this workflow does not work properly on larger projects. Github Action will prompt **This step has been truncated due to its...
- Databend 已经在 CI 中启用 SQL 逻辑测试,并计划用其代替原有 stateless 测试,见:https://github.com/datafuselabs/databend/discussions/5838 - Databend 计划支持 Fuzz 测试,目前已经合并 PoC,见:https://github.com/datafuselabs/databend/pull/6486
在 https://github.com/datafuselabs/databend/pull/6226 中,Databend 支持使用 Sentry 进行错误追踪和性能监控。 可以参考的内容包括: - https://databend.rs/doc/faq/how-to-tracing#error-tracking-and-performance-monitoring-with-sentry - https://weekly.databend.rs/2022-07-06-databend-weekly/
I think using [getrandom](https://crates.io/crates/getrandom) might be enough :D Signed-off-by: Chojan Shang
Fixes: #61 The fix for now is to pass `-C passes=sancov-module` to compilers for which the LLVM version is >= 13.
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary In this PR - Splitting binary targets and shared libraries. - move fuzz to query/ast -...
**Background** We have a large number of crates, but they are not properly managed and categorised. Typical problems include - Many crates re-expose crates that have already been published. (tokio,...
``` = note: Undefined symbols for architecture x86_64: "_preadv", referenced from: nix::sys::uio::preadv::h8c66d9fb8b619a73 in libnix-1b7d7137231b30ff.rlib(nix-1b7d7137231b30ff.nix.1b5c8824-cgu.0.rcgu.o) "_pwritev", referenced from: nix::sys::uio::pwritev::hb39f620af1eb34cc in libnix-1b7d7137231b30ff.rlib(nix-1b7d7137231b30ff.nix.1b5c8824-cgu.0.rcgu.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker...