Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Dimitris ChristodoulouDimitris ChristodoulouReporter
Aaliya HaqueAaliya HaqueStory Points
0Fix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Dimitris Christodoulou
Dimitris ChristodoulouReporter
Aaliya Haque
Aaliya HaqueStory Points
0
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created February 23, 2024 at 10:09 AM
Updated February 23, 2024 at 10:21 AM
Resolved February 23, 2024 at 10:21 AM
Affected version of GO SDK: 2.6.6
Cluster: 7.1, 7.2, 7.6
Tests:
SearchTest.docIdQuery
SearchTest.matchPhraseQuery
SearchTest.matchQuery
SearchTest.regexpQuery
SearchTest.rowHasLocations
Taking example of docIdQuery() test, We are sending below searchQuery to run() function:
And the run() function is returning in GO as:
While in Java:
And missing of `total_partition_count` and `success_partition_count` is making multiple tests to fail in this line.