You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Bruno Cadonna (Jira)" <ji...@apache.org> on 2020/04/16 13:37:00 UTC

[jira] [Created] (KAFKA-9881) Verify whether RocksDBMetrics Get Measurements from RocksDB in a Unit Test instead of a Intergration Test

Bruno Cadonna created KAFKA-9881:
------------------------------------

             Summary: Verify whether RocksDBMetrics Get Measurements from RocksDB in a Unit Test instead of a Intergration Test
                 Key: KAFKA-9881
                 URL: https://issues.apache.org/jira/browse/KAFKA-9881
             Project: Kafka
          Issue Type: Improvement
          Components: streams
    Affects Versions: 2.5.0
            Reporter: Bruno Cadonna


The integration test {{RocksDBMetricsIntegrationTest}} takes pretty long to complete. The main part of the runtime is spent in the two tests that verify whether the rocksDB metrics get actual measurements from RocksDB. Those tests need to wait for the thread that collects the measurements of the RocksDB metrics to trigger the first recordings of the metrics. These tests do not need to run as integration tests and thus they shall be converted into unit tests to save runtime.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)