Re: [NOTICE] Pulsar tests disabled

2022-02-18 Thread Leonard Xu
The Pulsar tests are too weak now and lead to Flink CI instabilities. There’re 10+ bug issues[1] for Pulsar connector with various error causes. [1] https://issues.apache.org/jira/issues/?filter=12351366 > 2022年2月18日 下午4:34,Yufei Zhan

Re: [NOTICE] Pulsar tests disabled

2022-02-18 Thread Yufei Zhang
Hi, Here are some updates regarding the ongoing pulsar test instabilities. The following issues are believed to be caused by PulsarEmbeddedRuntime or mockRuntime, and currently, we have a PR https://github.com/apache/flink/pull/18838/commits to

Re: [NOTICE] Pulsar tests disabled

2022-02-18 Thread Yufei Zhang
Hi, Sorry for any inconvenience and late reply, after some investigation, the test instabilities are believed to be caused by the newly introduced PulsarEmbedRuntime, and an alternative to it is to use the PulsarContainerRuntime which runs in testcontainer. A pr is being submitted to resolve the

Re: [NOTICE] Pulsar tests disabled

2022-02-18 Thread Chesnay Schepler
Given these instabilities we might also want to consider excluding it from the 1.15 release, because it is clearly not in a reasonable stable state before the feature freeze. On 18/02/2022 08:58, Chesnay Schepler wrote: FYI: I just disabled all Pulsar tests on master in 296c3be7576940d6bd76f4d

[NOTICE] Pulsar tests disabled

2022-02-17 Thread Chesnay Schepler
FYI: I just disabled all Pulsar tests on master in 296c3be7576940d6bd76f4d065a0b70bceb06991. They are currently the main source of test instabilities, and I don't see any real efforts or progress on those being addressed.