Skip to content
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

[Backport 2.x] Async query get result bug fix #2447

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 60058ce from #2443.

* Add IT to reproduce the bug first

Signed-off-by: Chen Dai <[email protected]>

* Modify IT as temporary reproduce commit

Signed-off-by: Chen Dai <[email protected]>

* Fix issue by preferred option and modify IT

Signed-off-by: Chen Dai <[email protected]>

* Refactor IT with fluent assertion

Signed-off-by: Chen Dai <[email protected]>

* Add IT for batch query handler

Signed-off-by: Chen Dai <[email protected]>

* Add IT for streaming query handler

Signed-off-by: Chen Dai <[email protected]>

* Add more IT for normal case

Signed-off-by: Chen Dai <[email protected]>

* Add IT for drop index

Signed-off-by: Chen Dai <[email protected]>

* Consider drop statement running if result doc unavailable

Signed-off-by: Chen Dai <[email protected]>

* Fix broken UT

Signed-off-by: Chen Dai <[email protected]>

* Address PR comments

Signed-off-by: Chen Dai <[email protected]>

* Address PR comments

Signed-off-by: Chen Dai <[email protected]>

---------

Signed-off-by: Chen Dai <[email protected]>
(cherry picked from commit 60058ce)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d1ed772) 95.45% compared to head (e462676) 95.45%.

Additional details and impacted files
@@            Coverage Diff            @@
##                2.x    #2447   +/-   ##
=========================================
  Coverage     95.45%   95.45%           
- Complexity     5027     5029    +2     
=========================================
  Files           479      479           
  Lines         14077    14084    +7     
  Branches        935      936    +1     
=========================================
+ Hits          13437    13444    +7     
  Misses          618      618           
  Partials         22       22           
Flag Coverage Δ
sql-engine 95.45% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dai-chen dai-chen merged commit 4a1d7a3 into 2.x Dec 1, 2023
27 of 31 checks passed
@github-actions github-actions bot deleted the backport/backport-2443-to-2.x branch December 1, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants