ruvector/crates/ruvllm/tests
rUv 1676ffea0b
test: remove 12 flaky tests previously quarantined with #[ignore] (#393)
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>
2026-04-26 23:10:00 -04:00
..
fixtures feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accuracy (#123) 2026-01-20 20:08:30 -05:00
acceptance_gates.rs test: remove 12 flaky tests previously quarantined with #[ignore] (#393) 2026-04-26 23:10:00 -04:00
adapter_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
ane_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
ane_test_utils.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
autodetect_integration.rs style: cargo fmt — autodetect_integration formatting 2026-04-26 13:48:30 -04:00
backend_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
cross_platform.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
cross_platform_v21.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
e2e_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
e2e_integration_test.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
gguf_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
gguf_loader_test.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
hadamard_tests.rs style: apply cargo fmt formatting 2026-03-12 20:57:18 -04:00
kernel_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
lora_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
mistral_backend_test.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
model_arch_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
moe_integration.rs test: remove 12 flaky tests previously quarantined with #[ignore] (#393) 2026-04-26 23:10:00 -04:00
pi_quant_tests.rs fix: add clippy allow for manual_range_contains in pi_quant_tests 2026-03-16 23:21:01 -04:00
real_model_test.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
ruvltra_e2e.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
ruvltra_tests.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
serving_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
simd_equivalence_tests.rs style: apply cargo fmt formatting 2026-03-12 20:57:18 -04:00
sona_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
speculative_integration.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
ste_tests.rs style: apply cargo fmt formatting 2026-03-12 20:57:18 -04:00