Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deny.toml: allow CDDL-1.0 license (#9766)
#9764, which adds profiling support to Safekeeper, pulls in the dependency [`inferno`](https://crates.io/crates/inferno) via [`pprof-rs`](https://crates.io/crates/pprof). This is licenced under the [Common Development and Distribution License 1.0](https://spdx.org/licenses/CDDL-1.0.html), which is not allowed by `cargo-deny`. This patch allows the CDDL-1.0 license. It is a derivative of the Mozilla Public License, which we already allow, but avoids some issues around European copyright law that the MPL had. As such, I don't expect this to be problematic.
- Loading branch information
19f7d40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5509 tests run: 5253 passed, 3 failed, 253 skipped (full report)
Failures on Postgres 16
test_sharded_ingest[github-actions-selfhosted-1]
: release-x86-64test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64Flaky tests (1)
Postgres 16
test_timeline_archival_chaos
: release-arm64Code coverage* (full report)
functions
:31.8% (7889 of 24841 functions)
lines
:49.4% (62451 of 126383 lines)
* collected from Rust tests only
19f7d40 at 2024-11-15T12:19:13.990Z :recycle: