Commit 93f8d40
committed
MB-63679: STAT fusion active_guest_volumes returns simple array
Eg we want ["vol1", "vol2"] rather than [["vol1", "vol2"]].
Note: active_guest_volumes with values isn't covered in unit tests yet,
that's work-in-progress. Still, pushing this fix immediately as that's
for milestone-2.
Change-Id: Iac682ab3131c41c4835473a5a5420a920937ecb0
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/225685
Reviewed-by: Pavlos Georgiou <pavlos.georgiou@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
Tested-by: Paolo Cocchi <paolo.cocchi@couchbase.com>1 parent ec680f5 commit 93f8d40
File tree
2 files changed
+10
-8
lines changed- engines/ep/src/kvstore/magma-kvstore
- tests/testapp
2 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4641 | 4641 | | |
4642 | 4642 | | |
4643 | 4643 | | |
4644 | | - | |
| 4644 | + | |
4645 | 4645 | | |
4646 | 4646 | | |
4647 | 4647 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
| 207 | + | |
| 208 | + | |
209 | 209 | | |
| 210 | + | |
210 | 211 | | |
211 | | - | |
| 212 | + | |
| 213 | + | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| |||
217 | 219 | | |
218 | 220 | | |
219 | 221 | | |
220 | | - | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| |||
0 commit comments