Russole opened a new pull request, #23270:
URL: https://github.com/apache/kafka/pull/23270

   ## Summary
   
   Speed up `HeadersStoreUpgradeIntegrationTest` by leaving the group before 
immediate restarts with the same `application.id`.
   
   ## Testing
   
   Ran affected `HeadersStoreUpgradeIntegrationTest` methods.
   
   ```text
   Task :streams:integration-tests:integrationTest
   
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldProxyTimestampedWindowStoreToTimestampedWindowStoreWithHeaders() PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigratePersistentSessionStoreToSessionStoreWithHeadersUsingPapi() PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigratePersistentTimestampedWindowStoreToTimestampedWindowStoreWithHeaders()
 PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigratePersistentPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi()
 PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldProxyPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi() 
PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigrateInMemoryTimestampedWindowStoreToTimestampedWindowStoreWithHeaders()
 PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldProxyTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi()
 PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigrateInMemoryPlainWindowStoreToTimestampedWindowStoreWithHeaders() 
PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldProxySessionStoreToSessionStoreWithHeaders() PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigratePersistentPlainWindowStoreToTimestampedWindowStoreWithHeaders() 
PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigratePersistentTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi()
 PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigrateInMemorySessionStoreToSessionStoreWithHeadersUsingPapi() PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigrateInMemoryPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi()
 PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldProxyPlainWindowStoreToTimestampedWindowStoreWithHeaders() PASSED
   Gradle Test Run :streams:integration-tests:integrationTest > Gradle Test 
Executor 2 > HeadersStoreUpgradeIntegrationTest > 
shouldMigrateInMemoryTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi()
 PASSED
   
   BUILD SUCCESSFUL in 35s
   104 actionable tasks: 24 executed, 80 up-to-date
   
   real    0m35.554s
   user    0m0.829s
   sys     0m0.240s
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to