-
Notifications
You must be signed in to change notification settings - Fork 73
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] Remove batch_size of bulk API from tests & refactor BWC version check #873
Conversation
We should hold on merging this PR before the bwc issue get fixed |
3e00c25
to
10bfaf5
Compare
…#852) * Remove batch_size of bulk API from tests & refactor BWC version check Signed-off-by: Liyun Xiu <[email protected]> * Update changelog Signed-off-by: Liyun Xiu <[email protected]> * Address some comments Signed-off-by: Liyun Xiu <[email protected]> * Update Changelog Signed-off-by: Liyun Xiu <[email protected]> --------- Signed-off-by: Liyun Xiu <[email protected]> (cherry picked from commit e1c3878) Signed-off-by: Martin Gaievski <[email protected]>
10bfaf5
to
01fdea5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #873 +/- ##
============================================
- Coverage 80.37% 79.64% -0.73%
- Complexity 999 1112 +113
============================================
Files 78 87 +9
Lines 3419 3808 +389
Branches 580 648 +68
============================================
+ Hits 2748 3033 +285
- Misses 427 527 +100
- Partials 244 248 +4 ☔ View full report in Codecov by Sentry. |
CI is still failing for BWC actions, I've rebased the branch on latest 2.x. Who's going to work on this, is this @chishui? |
Is this PR still relevant/needed or we can close it, it's pending from Aug? |
@martin-gaievski sorry for the late response, just realize this is still pending, I'll work on this. |
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Backport e1c3878 from #852