[jira] [Commented] (KAFKA-8456) Flaky Test StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi

2019-08-01 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-8456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16898263#comment-16898263
 ] 

ASF GitHub Bot commented on KAFKA-8456:
---

mjsax commented on pull request #6941: KAFKA-8456: Stabilize flaky 
StoreUpgradeIntegrationTest
URL: https://github.com/apache/kafka/pull/6941
 
 
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Flaky Test  
> StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
> ---
>
> Key: KAFKA-8456
> URL: https://issues.apache.org/jira/browse/KAFKA-8456
> Project: Kafka
>  Issue Type: Bug
>  Components: streams, unit tests
>Reporter: Boyang Chen
>Assignee: Matthias J. Sax
>Priority: Major
>
> [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/22331/console]
> *01:20:07* 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
>  failed, log available in 
> /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.11/streams/build/reports/testOutput/org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi.test.stdout*01:20:07*
>  *01:20:07* org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest 
> > shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi 
> FAILED*01:20:07* java.lang.AssertionError: Condition not met within 
> timeout 15000. Could not get expected result in time.*01:20:07* at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:375)*01:20:07*
>  at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:335)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.verifyWindowedCountWithTimestamp(StoreUpgradeIntegrationTest.java:830)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigrateWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:573)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:517)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KAFKA-8456) Flaky Test StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi

2019-06-14 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-8456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864423#comment-16864423
 ] 

ASF GitHub Bot commented on KAFKA-8456:
---

mjsax commented on pull request #6941: KAFKA-8456: Stabilize flaky 
StoreUpgradeIntegrationTest
URL: https://github.com/apache/kafka/pull/6941
 
 
   Running those tests locally, most run about 10 seconds. The default timeout 
is 15 seconds. I think it makes sense to provide more head room on Jenkins.
   
   This PR increase the timeout to 60 seconds.
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Flaky Test  
> StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
> ---
>
> Key: KAFKA-8456
> URL: https://issues.apache.org/jira/browse/KAFKA-8456
> Project: Kafka
>  Issue Type: Bug
>  Components: streams, unit tests
>Reporter: Boyang Chen
>Assignee: Matthias J. Sax
>Priority: Major
>
> [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/22331/console]
> *01:20:07* 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
>  failed, log available in 
> /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.11/streams/build/reports/testOutput/org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi.test.stdout*01:20:07*
>  *01:20:07* org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest 
> > shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi 
> FAILED*01:20:07* java.lang.AssertionError: Condition not met within 
> timeout 15000. Could not get expected result in time.*01:20:07* at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:375)*01:20:07*
>  at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:335)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.verifyWindowedCountWithTimestamp(StoreUpgradeIntegrationTest.java:830)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigrateWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:573)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:517)



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


[jira] [Commented] (KAFKA-8456) Flaky Test StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi

2019-06-14 Thread Matthias J. Sax (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-8456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864354#comment-16864354
 ] 

Matthias J. Sax commented on KAFKA-8456:


[https://builds.apache.org/blue/organizations/jenkins/kafka-trunk-jdk8/detail/kafka-trunk-jdk8/3723/tests]

> Flaky Test  
> StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
> ---
>
> Key: KAFKA-8456
> URL: https://issues.apache.org/jira/browse/KAFKA-8456
> Project: Kafka
>  Issue Type: Bug
>  Components: streams, unit tests
>Reporter: Boyang Chen
>Priority: Major
>
> [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/22331/console]
> *01:20:07* 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
>  failed, log available in 
> /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.11/streams/build/reports/testOutput/org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi.test.stdout*01:20:07*
>  *01:20:07* org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest 
> > shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi 
> FAILED*01:20:07* java.lang.AssertionError: Condition not met within 
> timeout 15000. Could not get expected result in time.*01:20:07* at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:375)*01:20:07*
>  at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:335)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.verifyWindowedCountWithTimestamp(StoreUpgradeIntegrationTest.java:830)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigrateWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:573)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:517)



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


[jira] [Commented] (KAFKA-8456) Flaky Test StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi

2019-06-11 Thread Boyang Chen (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-8456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16861525#comment-16861525
 ] 

Boyang Chen commented on KAFKA-8456:


[~mjsax] Any tip for debugging this?

> Flaky Test  
> StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
> ---
>
> Key: KAFKA-8456
> URL: https://issues.apache.org/jira/browse/KAFKA-8456
> Project: Kafka
>  Issue Type: Bug
>  Components: streams, unit tests
>Reporter: Boyang Chen
>Priority: Major
>
> [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/22331/console]
> *01:20:07* 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
>  failed, log available in 
> /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.11/streams/build/reports/testOutput/org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi.test.stdout*01:20:07*
>  *01:20:07* org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest 
> > shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi 
> FAILED*01:20:07* java.lang.AssertionError: Condition not met within 
> timeout 15000. Could not get expected result in time.*01:20:07* at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:375)*01:20:07*
>  at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:335)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.verifyWindowedCountWithTimestamp(StoreUpgradeIntegrationTest.java:830)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigrateWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:573)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:517)



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


[jira] [Commented] (KAFKA-8456) Flaky Test StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi

2019-06-11 Thread Matthias J. Sax (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-8456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16861337#comment-16861337
 ] 

Matthias J. Sax commented on KAFKA-8456:


One more: 
[https://builds.apache.org/blue/organizations/jenkins/kafka-trunk-jdk8/detail/kafka-trunk-jdk8/3716/tests]

> Flaky Test  
> StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
> ---
>
> Key: KAFKA-8456
> URL: https://issues.apache.org/jira/browse/KAFKA-8456
> Project: Kafka
>  Issue Type: Bug
>  Components: streams, unit tests
>Reporter: Boyang Chen
>Priority: Major
>
> [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/22331/console]
> *01:20:07* 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
>  failed, log available in 
> /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.11/streams/build/reports/testOutput/org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi.test.stdout*01:20:07*
>  *01:20:07* org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest 
> > shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi 
> FAILED*01:20:07* java.lang.AssertionError: Condition not met within 
> timeout 15000. Could not get expected result in time.*01:20:07* at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:375)*01:20:07*
>  at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:335)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.verifyWindowedCountWithTimestamp(StoreUpgradeIntegrationTest.java:830)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigrateWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:573)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:517)



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


[jira] [Commented] (KAFKA-8456) Flaky Test StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi

2019-06-11 Thread Boyang Chen (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-8456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16861155#comment-16861155
 ] 

Boyang Chen commented on KAFKA-8456:


Failed again: 
[https://builds.apache.org/job/kafka-pr-jdk11-scala2.12/5432/consoleFull]

> Flaky Test  
> StoreUpgradeIntegrationTest#shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
> ---
>
> Key: KAFKA-8456
> URL: https://issues.apache.org/jira/browse/KAFKA-8456
> Project: Kafka
>  Issue Type: Bug
>  Components: streams, unit tests
>Reporter: Boyang Chen
>Priority: Major
>
> [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/22331/console]
> *01:20:07* 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
>  failed, log available in 
> /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.11/streams/build/reports/testOutput/org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi.test.stdout*01:20:07*
>  *01:20:07* org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest 
> > shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi 
> FAILED*01:20:07* java.lang.AssertionError: Condition not met within 
> timeout 15000. Could not get expected result in time.*01:20:07* at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:375)*01:20:07*
>  at 
> org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:335)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.verifyWindowedCountWithTimestamp(StoreUpgradeIntegrationTest.java:830)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigrateWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:573)*01:20:07*
>  at 
> org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi(StoreUpgradeIntegrationTest.java:517)



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