docs: Explain why the tests set the number of query threads

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Carol (Nichols || Goulding) 2023-01-18 13:31:52 -05:00 committed by GitHub
parent 747bdb452b
commit d68a35a853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ impl TestConfig {
)
.with_existing_object_store(ingester_config)
.with_env("INFLUXDB_IOX_RPC_MODE", "2")
// Hard code query threads so query plans do not vary based on environment
.with_env("INFLUXDB_IOX_NUM_QUERY_THREADS", "4")
}