This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Commit b01c4f4
Adam Mitchell
Fix queries larger than 50 (#99)
## What is the goal of this PR?
To fix a bug that caused queries with more than 50 results to fail. This case was not correctly covered with a regression test and that has now been fixed.
## What are the changes implemented in this PR?
- Added a test for queries with a size larger than 50 in order to trigger results batching.
- Fixed a mismatch between batch options and batch size.1 parent 8de3a39 commit b01c4f4
File tree
2 files changed
+11
-3
lines changed- grakn/service/Session/util
- tests/integration
2 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | 183 | | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
189 | 196 | | |
190 | 197 | | |
191 | 198 | | |
| |||
0 commit comments