in a full console log of Jenkins you can see several tests raising this output: [Warning] Aborted connection 42 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.19.0.6' (Got an error reading communication packets) Those logs come from the db container.
Bug 40946 - "Aborted connection 42 to db" from Koha/Z3950Responder/ZebraSession.t
Created attachment 187382 [details] [review] Bug 40945: Remove warning "Aborted connection" from Koha/Z3950Responder/ZebraSession.t start_server from Net::Z3950::SimpleServer is going to fork and the DB server is aborting the connection db-1 | 2025-10-03 12:02:12 272 [Warning] Aborted connection 272 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.19.0.6' (Got an error reading communication packets) Test plan: prove t/db_dependent/Koha/Z3950Responder/ZebraSession.t => Without this patch you will see a warning in the db container log => With this patch apply the warning no longer appears
Bug 40947 - "Aborted connection 42 to db" from t/db_dependent/www/search_utf8.t