You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2021/09/24 16:28:16 UTC

[GitHub] [samza] bringhurst commented on pull request #1534: SAMZA-2694: Always show stack traces on gradle failures

bringhurst commented on pull request #1534:
URL: https://github.com/apache/samza/pull/1534#issuecomment-926764089


   It appears to work. For example, it shows the following in the latest build failure:
   
   ```
   testStopBehavior FAILED
   825
       java.lang.AssertionError: Timed out waiting for listener to be give 5 updates
   826
           at org.junit.Assert.fail(Assert.java:88)
   827
           at org.apache.samza.container.host.TestStatisticsMonitorImpl.testStopBehavior(TestStatisticsMonitorImpl.java:91)
   828
   
   829
   testPhysicalMemoryReporting FAILED
   830
       java.lang.AssertionError: Timed out waiting for listener to be give 5 updates
   831
           at org.junit.Assert.fail(Assert.java:88)
   832
           at org.apache.samza.container.host.TestStatisticsMonitorImpl.testPhysicalMemoryReporting(TestStatisticsMonitorImpl.java:51)
   833
   
   834
   > Task :samza-kafka_2.11:test
   835
   
   836
   > Task :samza-core_2.11:test
   837
   
   838
   testAllEntries FAILED
   839
       java.lang.OutOfMemoryError: Java heap space
   840
           at org.apache.commons.lang3.ArrayUtils.subarray(ArrayUtils.java:7934)
   841
           at org.apache.samza.zk.ZkMetadataStore.chunkMetadataStoreValue(ZkMetadataStore.java:189)
   842
           at org.apache.samza.zk.ZkMetadataStore.put(ZkMetadataStore.java:111)
   843
           at org.apache.samza.zk.TestZkMetadataStore.testAllEntries(TestZkMetadataStore.java:120)
   ```


-- 
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: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org