forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify driver thread context in responding thread (elastic#101097)
The test failed when the Driver completed too quickly, causing the verification process to occur in the test thread rather than the responding thread. This change ensures that the responding thread performs the verification by moving the path inside the listener. Closes elastic#101095
- Loading branch information
Showing
1 changed file
with
22 additions
and
21 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