1
0
mirror of https://github.com/etcd-io/etcd.git synced 2026-02-05 15:46:51 +01:00
Files
etcd/scripts
Davanum Srinivas 386eb3023d test: fix robustness tests failing with undefined -bin-dir flag
The robustness CI jobs are failing with "flag provided but not defined:
-bin-dir" because the test path includes subpackages (./tests/robustness/...)
that don't register this flag.

PR 20962 changed the test invocation to use ./tests/robustness/... which
runs tests in all subpackages. The validate/ and model/ subpackages contain
unit tests that don't import framework/e2e (which registers -bin-dir), so
they fail when this flag is passed.

PR 21039 attempted to fix the issue but only changed the test runner
function, not the package path.

This change removes the /... suffix to only run tests in the main
robustness package, restoring the original behavior.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-12-21 16:08:06 -05:00
..
2025-10-28 14:15:27 -07:00
2018-04-02 11:27:39 -07:00

scripts for etcd development