You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jo...@apache.org on 2022/09/16 18:17:37 UTC

[beam] branch master updated: Fix Kafka performance test sourceOption to match expected hash (#23274)

This is an automated email from the ASF dual-hosted git repository.

johncasey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 9287b92c52a Fix Kafka performance test sourceOption to match expected hash (#23274)
9287b92c52a is described below

commit 9287b92c52a6f2c702b814e904160316d1b709a5
Author: Yi Hu <ya...@google.com>
AuthorDate: Fri Sep 16 14:17:27 2022 -0400

    Fix Kafka performance test sourceOption to match expected hash (#23274)
    
    * Fix Kafka performance test expected hash
    
    * Revert "Fix Kafka performance test expected hash"
    
    This reverts commit e9b22494127def02a551f4feda8d5c3fabe9adcc.
    
    * Unify key size of performance test and precommit test
---
 .test-infra/jenkins/job_PerformanceTests_KafkaIO_IT.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_PerformanceTests_KafkaIO_IT.groovy b/.test-infra/jenkins/job_PerformanceTests_KafkaIO_IT.groovy
index a39a9097421..c9dda806a4b 100644
--- a/.test-infra/jenkins/job_PerformanceTests_KafkaIO_IT.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_KafkaIO_IT.groovy
@@ -75,7 +75,7 @@ job(jobName) {
     sourceOptions                : """
                                      {
                                        "numRecords": "100000000",
-                                       "keySizeBytes": "1",
+                                       "keySizeBytes": "10",
                                        "valueSizeBytes": "90"
                                      }
                                    """.trim().replaceAll("\\s", ""),