seaweedfs/test
Chris Lu a761441926
fix(test): reserve mini ports on all interfaces; bound risingwave cleanup shell (#9545)
The 127.0.0.1-only reservation in AllocateMiniPorts/AllocatePortSet let
another process hold the gRPC port on a different interface, so weed
mini's isPortAvailable check failed and it shifted master.grpc. weed
shell -master=<HTTP> still derives grpc as HTTP+10000 and dialed the
unused port, hanging until the 30s context deadline killed it. Bind the
reservation listeners on :port to match mini's check.

Also bound listFilerContents in catalog_risingwave with a 30s
exec.CommandContext so a hung weed shell during failure-cleanup can't
burn the 20-minute test budget.
2026-05-18 14:16:22 -07:00
..
data volume: large_volume version has bug when using in memory index 2021-06-28 15:48:07 -07:00
erasure_coding fix(iceberg): dial filer gRPC address verbatim in plugin worker (#9527) 2026-05-17 23:03:00 -07:00
foundationdb go 1.25 2026-03-09 23:10:27 -07:00
fuse_dlm go fmt 2026-04-10 17:31:14 -07:00
fuse_integration test(fuse): stream verify-phase diagnostics from writeback stress test 2026-04-27 19:44:26 -07:00
fuse_p2p chore(filer): remove -mount.p2p flag; registry is always on (#9183) 2026-04-21 23:00:11 -07:00
java/spark build(deps): bump io.netty:netty-transport-native-epoll from 4.1.132.Final to 4.2.13.Final in /test/java/spark (#9365) 2026-05-08 06:00:51 -07:00
kafka build(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 in /test/kafka (#9489) 2026-05-13 14:45:44 -07:00
kms fix: serialize SSE-KMS metadata when bucket default encryption applies KMS (#8780) 2026-03-26 14:07:01 -07:00
metadata_subscribe fix: keep metadata subscriptions progressing (#8730) (#8746) 2026-03-23 15:26:54 -07:00
mq fix: add missing backslash for volume extraArgs in helm chart (#7676) 2025-12-08 23:21:02 -08:00
multi_master go fmt 2026-04-10 17:31:14 -07:00
nfs feat(nfs): UDP MOUNT v3 responder + real-Linux e2e mount harness (#9267) 2026-04-28 14:06:35 -07:00
pjdfstest ci(pjdfstest): cache docker layers via GHA to avoid apt mirror flakes (#9106) 2026-04-16 12:50:19 -07:00
plugin_workers fix(ec): blanket-clean every destination over the full shard range (#9512) 2026-05-17 11:31:37 -07:00
postgres update go version 2026-03-09 11:12:05 -07:00
random_access Java 3.59 2023-11-13 08:23:53 -08:00
s3 admin: convert filer address to gRPC form before dispatch (#9523) 2026-05-17 11:33:54 -07:00
s3tables fix(test): reserve mini ports on all interfaces; bound risingwave cleanup shell (#9545) 2026-05-18 14:16:22 -07:00
sftp chore: execute goimports to format the code (#7983) 2026-01-07 13:06:08 -08:00
testutil fix(test): reserve mini ports on all interfaces; bound risingwave cleanup shell (#9545) 2026-05-18 14:16:22 -07:00
tls_rotation feat(security): hot-reload HTTPS certs without restart (k8s cert-manager) (#9181) 2026-04-21 20:20:11 -07:00
tus Add TUS protocol support for resumable uploads (#7592) 2025-12-14 21:56:07 -08:00
vacuum test(vacuum): fix flaky TestVacuumIntegration across multiple volumes (#9061) 2026-04-13 17:56:32 -07:00
volume_server fix(ec): mirror EC sidecars onto every shard-bearing disk at startup (#9525) 2026-05-17 19:55:15 -07:00