Re: Java Jenkins tests not running

2020-08-07 Thread Tyson Hamilton
Yes, there is a backup of ~14 builds in queue. On Fri, Aug 7, 2020 at 10:54 AM Andrew Pilloud wrote: > Now it is going, just slow to start. There must be a backlog built up from > the outage. > > On Fri, Aug 7, 2020 at 10:44 AM Andrew Pilloud > wrote: > >> It appears Jenkins is not working

Re: Java Jenkins tests not running

2020-08-07 Thread Andrew Pilloud
Now it is going, just slow to start. There must be a backlog built up from the outage. On Fri, Aug 7, 2020 at 10:44 AM Andrew Pilloud wrote: > It appears Jenkins is not working again. It is not running on the PR to > fix build breaks introduced while it was down: >

Re: Java Jenkins tests not running

2020-08-07 Thread Andrew Pilloud
It appears Jenkins is not working again. It is not running on the PR to fix build breaks introduced while it was down: https://github.com/apache/beam/pull/12500 On Fri, Aug 7, 2020 at 10:29 AM Luke Cwik wrote: > I can confirm that it is working again. > > On Fri, Aug 7, 2020 at 4:43 AM Damian

Re: Java Jenkins tests not running

2020-08-07 Thread Luke Cwik
I can confirm that it is working again. On Fri, Aug 7, 2020 at 4:43 AM Damian Gadomski wrote: > Hey, > > We knew about the issue. All Jenkins builds were not being triggered from > the pull requests. There's a ticket for that if you're curious about > details: INF

Re: Stateful Pardo Question

2020-08-07 Thread Reza Ardeshir Rokni
Hi, One possible approach ( have not tried it out, so might be missing cases..) but you can reset the timer from within the OnTimer code. So maybe you start the timer on the onprocess to go off at current+requiredGap. Then OnTimer, you check the list of elements and output a session if nothing

Re: Failing Python builds & AppEngine application

2020-08-07 Thread Maximilian Michels
Thanks for letting us know, Tyson! I think in terms of data, everything is being reported to the new InfluxDb instance now. Historic data is missing though, which would be nice to have. Also, the graphs are still not 100% on par with the old application. Cheers, Max On 06.08.20 16:34,

Re: Broken links in code velocity dashboard

2020-08-07 Thread Damian Gadomski
Unfortunately, I'm not aware of any recent changes. On Thu, Aug 6, 2020 at 10:00 PM Ahmet Altay wrote: > Damian, or anyone else, do you know if there were other changes to the > dashboard? > > I started to see closed PRs in the currently open PRs list (e.g. >

Re: Java Jenkins tests not running

2020-08-07 Thread Damian Gadomski
Hey, We knew about the issue. All Jenkins builds were not being triggered from the pull requests. There's a ticket for that if you're curious about details: INF RA-20649 Seems that we've just

Java Jenkins tests not running

2020-08-07 Thread Reuven Lax
Does anyone know why Jenkins is not triggering any Java tests for pr/12474? It is only triggering python tasks, which is odd considering that this PR doesn't touch any python files. Reuven

Re: Stateful Pardo Question

2020-08-07 Thread Reuven Lax
On Tue, Aug 4, 2020 at 1:08 PM jmac...@godaddy.com wrote: > So, after some additional digging, it appears that Beam does not > consistently check for timer expiry before calling process. The result is > that it may be the case that the watermark has moved beyond your timer > expiry, and if youre