arkmq-org/arkmq-org-broker-operator

investigate and rationalise our tests, ginkgo vs go test

Open

#1,375 opened on Apr 9, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (70 forks)auto 404
enhancementgohelp wanted

Repository metrics

Stars
 (87 stars)
PR merge metrics
 (PR metrics pending)

Description

in debugging in particular, a ginkgo test run will pick up the go tests, your break point can be hit many times before matching the scenario being investigated.

it seems we should just use ginkgo everywhere. maybe we should research what others do, but whatever is simplest we should do to make debugging easier.

it may just be more packages are necessary.

Contributor guide