[ 
https://issues.apache.org/jira/browse/KAFKA-6424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356842#comment-16356842
 ] 

ASF GitHub Bot commented on KAFKA-6424:
---------------------------------------

h314to opened a new pull request #4549: KAFKA-6424: 
QueryableStateIntegrationTest#queryOnRebalance should accept raw text
URL: https://github.com/apache/kafka/pull/4549
 
 
   * Remove to .toLowerCase in word count stream
   * Add method to read text from file, and move text to resources file
   * Minor cleanup: change argument order in assertEquals
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> QueryableStateIntegrationTest#queryOnRebalance should accept raw text
> ---------------------------------------------------------------------
>
>                 Key: KAFKA-6424
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6424
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Ted Yu
>            Assignee: Filipe Agapito
>            Priority: Minor
>              Labels: newbie, unit-test
>
> 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
(v7.6.3#76005)

Reply via email to