Skip to content

SSL test: Don't depend on property value in test (#16346)#16362

Merged
chrisvest merged 1 commit into
4.1from
ssl41
Feb 26, 2026
Merged

SSL test: Don't depend on property value in test (#16346)#16362
chrisvest merged 1 commit into
4.1from
ssl41

Conversation

@normanmaurer

Copy link
Copy Markdown
Member

Motivation:

We should not depend on modify a system property in a test when running
tests concurrently as it might fail due races.

Modifications:

Just override the method in SslMasterKeyHandler and not depend on the
property at all.

Result:

Less flaky tests

Motivation:

We should not depend on modify a system property in a test when running
tests concurrently as it might fail due races.

Modifications:

Just override the method in SslMasterKeyHandler and not depend on the
property at all.

Result:

Less flaky tests
@chrisvest chrisvest added this to the 4.1.132.Final milestone Feb 25, 2026
@chrisvest chrisvest enabled auto-merge (squash) February 25, 2026 23:07
@chrisvest chrisvest merged commit 4d1a24a into 4.1 Feb 26, 2026
18 checks passed
@chrisvest chrisvest deleted the ssl41 branch February 26, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants