2020-08-12 14:59:01 UTC - Caleb Epstein: @Caleb Epstein has joined the channel ---- 2020-08-12 15:01:26 UTC - Caleb Epstein: I've got a <https://github.com/apache/pulsar/pull/7798|PR> open, but it has failed on one of the CI actions. I'm pretty sure the failure is wholly unrelated to my change (C++ exception types). How should I proceed? Push a re-word to the commit message to (re-)start the tests? ---- 2020-08-12 15:21:32 UTC - Addison Higham: @Caleb Epstein `/pulsarbot run-failure-checks` ---- 2020-08-12 15:21:36 UTC - Addison Higham: will retrigger the tests ---- 2020-08-12 15:22:19 UTC - Caleb Epstein: Do I need to mention a PR? ---- 2020-08-12 15:22:34 UTC - Caleb Epstein: Like that is a message I write in this channel, like an old IRC bot command? ---- 2020-08-12 15:24:33 UTC - Caleb Epstein: Just found <https://github.com/apache/pulsar-test-infra/blob/master/pulsarbot/README.md> but I'm still not clear to me where these commands go. In a commit message? ---- 2020-08-12 15:31:47 UTC - Caleb Epstein: Aha! Commenting on the PR seems to be the magick. ---- 2020-08-12 16:25:29 UTC - Caleb Epstein: <https://github.com/apache/pulsar/actions?query=workflow%3A%22CI+-+Unit+-+Brokers+-+Broker+Group+1%22> This seems to be failing for everyone ---- 2020-08-12 16:26:43 UTC - Caleb Epstein: Should I have made my branch from v2.6.0 tag and not master? ---- 2020-08-13 08:56:58 UTC - Avi Maslati: Hi Guys, We have a use-case where Pulsar clients connect to the brokers over the internet, and I would like to know if there's any plans to add support for HTTP/Socks proxy to the client? ----