ym0506 commented on issue #38657: URL: https://github.com/apache/shardingsphere/issues/38657#issuecomment-4418357090
I added a draft PR with regression coverage: #38685. On current master, the named rule item deletion flow already reaches `DatabaseRuleItemManager.drop(...)`, so I focused the PR on locking the behavior down instead of changing production code. The PR adds: - a standalone metadata unit test for deleting named rule configuration items - an RDL E2E case for `CREATE -> DROP -> CREATE` with the same encrypt rule name - the expected DistSQL result for the recreated encrypt rule Validated locally with the targeted standalone metadata test, encrypt DistSQL create/drop tests, XML parsing, and `git diff --check`. -- 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]
