[jira] [Created] (FLINK-13033) Unstable test ChainOrderTest

2019-06-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-13033: Summary: Unstable test ChainOrderTest Key: FLINK-13033 URL: https://issues.apache.org/jira/browse/FLINK-13033 Project: Flink Issue Type: Bug Compon

Re: [DISCUSS] solve unstable build capacity problem on TravisCI

2019-06-29 Thread Chesnay Schepler
So yes, the Jenkins job keeps pulling the state from Travis until it finishes. Note sure I'm comfortable with the idea of using Jenkins workers just to idle for a several hours. On 29/06/2019 14:56, Jeff Zhang wrote: Here's what zeppelin community did, we make a python script to check the bu

Re: [DISCUSS] solve unstable build capacity problem on TravisCI

2019-06-29 Thread Jeff Zhang
Here's what zeppelin community did, we make a python script to check the build status of pull request. Here's script: https://github.com/apache/zeppelin/blob/master/travis_check.py And this is the script we used in Jenkins build job. if [ -f "travis_check.py" ]; then git log -n 1 STATUS=$(cur

Re: [ANNOUNCE] Weekly Community Update 2019/25

2019-06-29 Thread Konstantin Knauf
Hi Robert, Hi Marta, sounds good to me, happy to review. Cheers, Konstantin On Fri, Jun 28, 2019 at 3:11 PM Robert Metzger wrote: > Great! Thanks Marta. Looking forward to review the first pull request for a > blog post. > > On Fri, Jun 28, 2019 at 10:09 AM Marta Paes Moreira > wrote: > > >

[jira] [Created] (FLINK-13032) Allow Access to Per-Window State in SessionWindow ProcessWindowFunction

2019-06-29 Thread jasine chen (JIRA)
jasine chen created FLINK-13032: --- Summary: Allow Access to Per-Window State in SessionWindow ProcessWindowFunction Key: FLINK-13032 URL: https://issues.apache.org/jira/browse/FLINK-13032 Project: Flink

[jira] [Created] (FLINK-13031) Support dynamic offset in tumbling windows

2019-06-29 Thread jasine chen (JIRA)
jasine chen created FLINK-13031: --- Summary: Support dynamic offset in tumbling windows Key: FLINK-13031 URL: https://issues.apache.org/jira/browse/FLINK-13031 Project: Flink Issue Type: Wish

Re: [DISCUSS] solve unstable build capacity problem on TravisCI

2019-06-29 Thread Chesnay Schepler
Does this imply that a Jenkins job is active as long as the Travis build runs? On 26/06/2019 21:28, Bowen Li wrote: Hi, @Dawid, I think the "long test running" as I mentioned in the first email, also as you guys said, belongs to "a big effort which is much harder to accomplish in a short perio