Ted Yu created KAFKA-6424:
-----------------------------
Summary: QueryableStateIntegrationTest#queryOnRebalance should be
accept raw text
Key: KAFKA-6424
URL: https://issues.apache.org/jira/browse/KAFKA-6424
Project: Kafka
Issue Type: Improvement
Reporter: Ted Yu
Priority: Minor
I was using QueryableStateIntegrationTest#queryOnRebalance for some performance
test by adding more sentences to inputValues.
I found that when the sentence contains upper case letter, the test would
timeout.
I get around this limitation by calling {{sentence.toLowerCase(Locale.ROOT)}}
before the split.
Ideally we can specify the path to text file which contains the text. The test
can read the text file and generate the input array.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)