Commit f87ce4a
Fix FTS index creation crash when using dict-based workload FTS config
workload.get("FTS") returns {"num_indexes": N, "num_queries": N} but
code used integer index [0] instead of the key name.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Change-Id: I992080ebbea25f85370f74453f7e235cad86fcd2
Reviewed-on: https://review.couchbase.org/c/TAF/+/245270
Tested-by: Build Bot <build@couchbase.com>
Tested-by: Ashwin <ashwin.govindarajulu@couchbase.com>
Reviewed-by: <shiva.adky@couchbase.com>1 parent 27cf9dc commit f87ce4a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments