Bug #104446 Contribution by Facebook: Test case fix: Fix main.ssl-big
Submitted: 28 Jul 2021 16:44 Modified: 20 Jan 2022 14:42
Reporter: FBContrib Admin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:8.0.20 OS:Any
Assigned to: Marc ALFF CPU Architecture:Any

[28 Jul 2021 16:44] FBContrib Admin
Description:
Background innformation provided by Facebook:
Abstract:

This test tries to create connections in a loop in order to reproduce a bug,
but does not wait until connections are actually disconnected before moving on
to the next loop. Since the default max connection limit is 151 and we're
looping 2000 times, it's possible for us to run out of connection slots on busy
servers.

Fix by bumping the max connection limit to 2500.

Use case:
Fixes a test case that fails sporadically when run.

Repo: https://github.com/mysql/mysql-server
Patch on top of 8.0.20: https://github.com/mysql/mysql-server/commit/7d10c82196c 

How to repeat:
See description

Suggested fix:
See contribution code attached
[28 Jul 2021 16:44] FBContrib Admin
Test case fix: Fix main.ssl-big 
(*) This code is contributed under the Facebook agreement

Contribution: fb_patch_227.txt (text/plain), 1.04 KiB.

[20 Jan 2022 14:16] Jon Stephens
Fixed by BUG#104377 in MySQL 8.0.29.

See same for docs info.

Closed.
[27 Jan 2022 17:22] Omer Barnir
Thanks to Facebook for the contribution