You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent change in Zeebe leads to a compilation error in Zeebe Process Test. This was detected by the Zeebe SNAPSHOT Test.
/home/runner/work/zeebe-process-test/zeebe-process-test/engine/src/main/java/io/camunda/zeebe/process/test/engine/InMemoryLogStorage.java:[24,1]
io.camunda.zeebe.process.test.engine.InMemoryLogStorage is not abstract and does not override abstract method
append(long,long,io.camunda.zeebe.util.buffer.BufferWriter,io.camunda.zeebe.logstreams.storage.LogStorage.AppendListener)
in io.camunda.zeebe.logstreams.storage.LogStorage
The text was updated successfully, but these errors were encountered:
Description
A recent change in Zeebe leads to a compilation error in Zeebe Process Test. This was detected by the Zeebe SNAPSHOT Test.
The text was updated successfully, but these errors were encountered: