-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use concurrent.futures instead of multiprocessing
On the environment with enabled SSL the SSLv3_ALERT_BAD_RECORD_MAC error occurs in fio_setup/fio_cleanup modules, in the section where processes of creating/deleting VMs are paralleled. This is due the paralleled processes have to communicate with each other about the state of the shared SSL connection. Changing to multithreading resolves the issues. Related-PROD: #PROD-37187 Change-Id: I4f15ef900c79811db0d807ae2c91779595f497d2
- Loading branch information
Dmitriy Kruglov
committed
Jun 9, 2024
1 parent
8143233
commit 5e3ee1d
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters