mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 23:24:03 +00:00
These tests were marked #[ignore] in the surfaced-test-debt cleanup
because their assertions were CI-environment-dependent (perf gates,
race conditions). Re-enabling them is not the right fix — they
should run on dedicated bench machines via `cargo bench`, not in the
correctness CI matrix. Delete them entirely, with file-level comments
pointing at the new home.
Removed:
- ruvllm::tests::acceptance_gates::{gate_benchmark_regression_quantize,
gate_benchmark_regression_dequantize, gate_benchmark_throughput}
(5% slowdown / >0.1 GB/s thresholds)
- ruvllm::tests::moe_integration::{test_gate_3_routing_latency_overhead,
test_gate_3_batch_scheduling_latency} (p99 latency targets)
- ruvllm::bitnet::backend::tests::test_bench_{forward_token_throughput,
tl1_gemv_dispatch_performance, rms_norm_performance,
softmax_performance, expert_forward_performance}
- ruvector_nervous_system::routing::coherence::tests::test_performance_communication_gain
(<100ns target)
- ruvector_nervous_system::eventbus::shard::tests::test_parallel_shard_processing
(race in test logic — consumers exit on momentary `all_empty()`)
Net: −406 lines.
Co-authored-by: ruvnet <ruvnet@gmail.com>
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| acceptance_gates.rs | ||
| adapter_integration.rs | ||
| ane_integration.rs | ||
| ane_test_utils.rs | ||
| autodetect_integration.rs | ||
| backend_integration.rs | ||
| cross_platform.rs | ||
| cross_platform_v21.rs | ||
| e2e_integration.rs | ||
| e2e_integration_test.rs | ||
| gguf_integration.rs | ||
| gguf_loader_test.rs | ||
| hadamard_tests.rs | ||
| kernel_integration.rs | ||
| lora_integration.rs | ||
| mistral_backend_test.rs | ||
| model_arch_integration.rs | ||
| moe_integration.rs | ||
| pi_quant_tests.rs | ||
| real_model_test.rs | ||
| ruvltra_e2e.rs | ||
| ruvltra_tests.rs | ||
| serving_integration.rs | ||
| simd_equivalence_tests.rs | ||
| sona_integration.rs | ||
| speculative_integration.rs | ||
| ste_tests.rs | ||