generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 572
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
If you run this:
go test \
-p 4 \
./conformance \
-run TestConformance \
-args \
--conformance-profiles MESH-HTTP,MESH-GRPC
then no extended conformance tests will be run. You have to either enumerate every extended feature you want to test with --supportedFeatures
, or use --all-features
(which, if you just want to test the mesh profile, also means --exempt-features=Gateway,ReferenceGrant
).
This is silly. We should either default extended tests to on, or have a --extended
flag that means "run all the extended tests implied by the features included in the profiles I've selected".
LiorLieberman and snorwin
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.