Mustafa Dagher
Mustafa Dagher
happened again [here](https://github.com/camunda/camunda/actions/runs/9793946486) [Logs](https://drive.google.com/file/d/1V7-9yabQODJ57v_S3ucliVC5jp-qki2B/view?usp=drive_link)
I managed to repeatedly reproduce this locally by debugging the test, adding a break point at the line `doReturn(responseNotSent).when(request).tryToSendActivatedJobs(any());` and stepping into the method `tryToSendActivatedJobs` or by debugging too slow...
Zeebe Mob-programming (@korthout , @koevskinikola and @mustafadagher): Let's try to deeper understand the following: - what this test is trying to verify - understand the need for this test -...
for reference, this is the [PR](https://github.com/camunda/camunda/pull/8879) where this test was created.
To have the same fix for opensearch, we need to use the following APIs: 1. [Add policy](https://opensearch.org/docs/latest/im-plugin/ism/api/#add-policy) 2. [Remove policy from index](https://opensearch.org/docs/latest/im-plugin/ism/api/#remove-policy-from-index) Unlike the Elasticsearch API, we can't reuse one...
happened once again: https://github.com/camunda/camunda/actions/runs/10576761049/job/29303290680
NVM, that was a problem with my intellij runner, it ran another test after adding the lines. ~~@saig0~~ ~~I was trying the test case attached in the description for curiosity,...
I started looking into this issue and the related epics/docs, and I have a few initial (unorganized) thoughts and open questions. Initially, we can break the feature down into the...
I had a fruitful alignment call with @sdorokhova this morning, and below are a few takeaways: - **Operate** shall figure out how to generate the operation reference key (and send...
After having a catchup with @oleschoenburg and on a second thought about this: In Zeebe, we already generate a `requestId` for every incoming request (check [here](https://github.com/camunda/zeebe/blob/1c145ffee7cf8772e289ee5ef368c52e7da622cd/zeebe/transport/src/main/java/io/camunda/zeebe/transport/impl/AtomixServerTransport.java#L117)). So far, we only...