Files
fil/.ai-rulez/domains/plugin-system/rules/plugin-testing.md
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

453 B

priority
priority
high
  • Mock plugin testing: create test doubles for unit tests
  • Real plugin testing: integration tests with actual backends
  • Thread safety tests: run concurrent plugin operations to detect race conditions
  • Performance baselines: measure and track plugin overhead vs direct calls
  • Test all error paths: invalid input, backend failure, timeout, resource exhaustion
  • Test plugin lifecycle: register, use, unregister, verify cleanup