zhaizhibo commented on PR #25626: URL: https://github.com/apache/pulsar/pull/25626#issuecomment-4381293078
@lhotari Re: CR "Subtle 404 → 412 shift on missing namespace" The concern doesn't apply. All affected methods call validateGlobalNamespaceOwnershipAsync() first, which returns 404 for non-existent namespaces before reaching bundle validation. Added `testBundleValidationWithNonExistentNamespace` to verify this. Re: CR "Missing tests" Added two tests: `testBundleValidationWithNonExistentNamespace` (verifies 404 for non-existent namespaces) and `testBundleValidationAfterSplit` (verifies bundle validation after split). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
