kubernetes/third_party
Patrick Ohly fba2bcf2d2 prune-junit-xml: simplify failure message
In Go unit tests, the entire test output becomes the failure message because
`go test` doesn't track why a test fails. This can make the failure message
pretty large, in particular in integration tests.

We cannot identify the real failure either because Kubernetes has no convention
for how to format test failures. What we can do is recognize log output added
by klog.

prune-junit-xml now moves the full text to to the test output and only keep
those lines in the failure which are not from klog.

The klog output parsing might eventually get moved to
k8s.io/logtools/logparse. For now it is developed as a sub-package of
prune-junit-xml.
2024-10-13 09:37:50 +02:00
..
forked prune-junit-xml: simplify failure message 2024-10-13 09:37:50 +02:00
gimme Add gimme 2023-02-01 16:34:23 -05:00
multiarch/qemu-user-static test images: Removes -p yes flag from qemu-user-static script call 2020-11-04 23:01:24 +00:00
protobuf/google/protobuf Import protobuf into third_party from gogoproto 2016-01-05 22:57:32 -05:00
OWNERS lavalamp is taking a long break 2023-05-11 16:43:38 +00:00