MINOR: KStreams SuppressScenarioTest should set StreamsConfig.STATE_DIR_CONFIG.#5826
Conversation
to temp directory as in other KStreams tests.
|
Failed test was |
|
Retest this please |
|
LGTM. +1 |
|
JDK 11 / Scala 2.12 failures look unrelated: |
|
retest this please |
|
Hey @lbradstreet , Thanks for the PR. Can you elaborate on why this is necessary? Thanks, |
|
Hi @vvcephei, all Kafka Client/Streams integration tests are required to use the TestUtils for temp directories rather than rely on StreamsConfig.STATED_DIR_CONFIG defaults. |
|
Retest this please |
|
Ah, I see that that's the case. Sorry for overlooking it, @lbradstreet. I'm also +1. |
|
retest this please |
1 similar comment
|
retest this please |
|
JDK 8 build passed and JDK 11 build failed with known flaky test |
…apache#5826) Set `StreamsConfig.STATED_DIR_CONFIG` in `SuppressScenarioTest`, as with `StreamsTestUtils`. I have deliberately avoided using `StreamsTestUtils` as this test sets bogus config parameters, but still fails if the default `STATE_DIR_CONFIG` does not exist. Reviewers: Colin Patrick McCabe <colin@cmccabe.xyz>, John Roesler <john@confluent.io>, Ismael Juma <ismael@juma.me.uk>
…CONFIG (apache#5847) Sets StreamsConfig.STATED_DIR_CONFIG to temp directory in SuppressionIntegrationTest, to match StreamsTestUtils. This is a similar fix to apache#5826. Reviewers: Ismael Juma <ismael@juma.me.uk>
This sets StreamsConfig.STATED_DIR_CONFIG in KStreams SuppressScenarioTest, as with StreamsTestUtils. I have deliberately avoided using StreamsTestUtils as this test sets bogus config parameters, but still fails if the default STATE_DIR_CONFIG does not exist.