mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-03 19:09:36 +00:00
PR #4699 restored the "keep newest live IP, ban the oldest" policy in check_client_ip_job.go but left the integration test asserting the old "protect original, ban newcomer" behavior, so it failed. Update the test to expect the oldest live IP banned and the newest kept, and fix the now misleading name/comment on the partitionLiveIps concurrency unit test.