kubernetes/test/integration/framework
Patrick Ohly cbba3281a3 integration: fix etcd output handling
The code path for handling non-JSON output from etcd was broken:
- It did not skip over already parsed JSON output.
- It got stuck in the wrong for loop and repeatedly tried
  parsing the same non-JSON output. This prevented test shutdown.

Not sure why yet, but in the branch with DRA v1 graduation the following error
started to show up for the first time (?!):

     2025/07/18 19:24:48 WARNING: [core] [Server #3]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-07-19 11:46:32 +02:00
..
cbor.go Wire serving codecs to CBOR feature gate. 2024-11-06 15:41:39 -05:00
controlplane_utils.go etcd: use Unix Domain socket for testserver 2025-04-17 14:41:43 +02:00
etcd.go integration: fix etcd output handling 2025-07-19 11:46:32 +02:00
flags.go initialize logging after flag parsing 2021-09-30 13:46:49 +02:00
goleak.go test/integration: add StartEtcd 2023-02-28 23:05:17 +01:00
logger.go scheduler_perf: add logging flags 2023-02-28 23:08:17 +01:00
serializer.go remove unused function of NewSingleContentTypeSerializer 2021-01-04 10:40:37 +08:00
test_server.go Refactor compatibility version code 2025-02-05 16:10:53 -08:00
util.go Move integration tests perf utils to scheduler_perf package 2024-10-11 08:27:08 +00:00