fix/test-compilation-errors
main
8 integration test files failed to compile due to:
with_hour
sqlx
base64
[dev-dependencies]
<
f32
f64
with_hour(0)
date_naive().and_hms_opt(0,0,0).unwrap().and_utc()
cargo build --release
cargo test
90f21f3db3
2307e5379c
8abc389967
b0cc00f63b
Test compilation fixes (8 integration test files): 1. Ambiguous float types — added f32/f64 annotations 2. chrono API — replaced with_hour() with date_naive().and_hms_opt() 3. Missing dev-dependencies — added sqlx + base64 4. Generic parse — wrapped f32 comparison in parens 5. Incorrect assertion — 3^5=243 > 100, changed nodes to 1000 CI fixes: 6. Missing benchmark fixtures — created 3 files in fixtures/benchmarks/ 7. clippy absurd_extreme_comparisons — usize >= 0 always true 8. authentik_jwt test — Option<SystemTime> type mismatch 9. http_server tests — removed broken RBAC test module (types deleted) Result: cargo build --all clean, cargo test --all --lib passes
05a60fc20b
No dependencies set.
The note is not visible to the blocked user.
Problem
8 integration test files failed to compile due to:
with_hourremoved)sqlx+base64in[dev-dependencies]<parsed as generics instead of comparisonFix
f32/f64type annotations to vec declarations and bindingswith_hour(0)withdate_naive().and_hms_opt(0,0,0).unwrap().and_utc()sqlx+base64to[dev-dependencies]Validation
cargo build --releasecleancargo test— 20 test suites, 0 failures90f21f3db3to2307e5379c2307e5379cto8abc3899678abc389967tob0cc00f63bb0cc00f63bto05a60fc20b