You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sophie Blee-Goldman (JIRA)" <ji...@apache.org> on 2019/03/29 00:42:00 UTC

[jira] [Created] (KAFKA-8174) Can't call arbitrary SimpleBenchmarks tests from streams_simple_benchmark_test.py

Sophie Blee-Goldman created KAFKA-8174:
------------------------------------------

             Summary: Can't call arbitrary SimpleBenchmarks tests from streams_simple_benchmark_test.py
                 Key: KAFKA-8174
                 URL: https://issues.apache.org/jira/browse/KAFKA-8174
             Project: Kafka
          Issue Type: Bug
            Reporter: Sophie Blee-Goldman


When using the script streams_simple_benchmark_test.py you should be able to specify a test name and run that particular method in SimpleBenchmarks. This works for most existing benchmarks, however you can't use this to run the "yahoo" benchmark and you can't add new tests to SimpleBenchmarks and start them successfully. 

 

If you try to run yahoo/new test it fails with the error "Not enough parameters are provided; expecting propFileName, testName, numRecords, keySkew, valueSize" in main(); the missing argument turns out to be testName.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)