-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use correct context on ES search methods #1850
Use correct context on ES search methods #1850
Conversation
1c79236
to
597e791
Compare
Signed-off-by: Ruben Vargas <[email protected]>
597e791
to
260954a
Compare
a6f289e
to
34b46d9
Compare
Signed-off-by: Ruben Vargas <[email protected]>
34b46d9
to
3cfbccb
Compare
Codecov Report
@@ Coverage Diff @@
## master #1850 +/- ##
==========================================
+ Coverage 98.42% 98.44% +0.02%
==========================================
Files 197 197
Lines 9633 9631 -2
==========================================
Hits 9481 9481
+ Misses 116 114 -2
Partials 36 36
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the writer propagating the correct context?
* Use correct context on ES search methods Signed-off-by: Ruben Vargas <[email protected]> * Updte reader tests, now expect valueCtx Signed-off-by: Ruben Vargas <[email protected]> Signed-off-by: radekg <[email protected]>
* Use correct context on ES search methods Signed-off-by: Ruben Vargas <[email protected]> * Updte reader tests, now expect valueCtx Signed-off-by: Ruben Vargas <[email protected]> Signed-off-by: Jonah Back <[email protected]>
Signed-off-by: Ruben Vargas [email protected]
Which problem is this PR solving?
Short description of the changes