Hi there!
The QA bot is an external service that checkouts every new pull request and
runs a series of tests which are defined in "tools/qa-check.sh". It is
currently in an experimental phase. Robert did the first draft of the QA
bot and I have been approving it a bit.
This is the cor
Robert, your are right. It is not dev list, but issues list.
(It says "reply-to dev" -- I mixed it up).
Thanks for the explanation. :)
On 06/05/2015 10:50 AM, Robert Metzger wrote:
> It is getting a -1 because the QA bot is broken. Its just a minor issue I
> guess.
>
> On
It is getting a -1 because the QA bot is broken. Its just a minor issue I
guess.
On Fri, Jun 5, 2015 at 10:46 AM, Ufuk Celebi wrote:
> I didn't see these emails before.
>
> I think it needs more love at the moment. Your simple docs change (
> https://github.com/apache/flink/pul
2015, at 10:35, Robert Metzger wrote:
> Did they really come to the dev@ list?
>
> The QA Bot is automatically testing pull requests for stuff we can not
> cover with maven. The checks the QA bot is performing are in
> tools/qa-check.sh.
>
> Currently, we have chec
Did they really come to the dev@ list?
The QA Bot is automatically testing pull requests for stuff we can not
cover with maven. The checks the QA bot is performing are in
tools/qa-check.sh.
Currently, we have checks for:
- javadoc errors
- compiler warnings
- files in lib/
- @author tag
I think