Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error against Zeebe SNAPSHOT #613

Closed
korthout opened this issue Dec 16, 2022 · 0 comments · Fixed by #614
Closed

Compilation error against Zeebe SNAPSHOT #613

korthout opened this issue Dec 16, 2022 · 0 comments · Fixed by #614
Assignees
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.

Comments

@korthout
Copy link
Member

Description

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
@korthout korthout added the kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. label Dec 16, 2022
@korthout korthout self-assigned this Dec 16, 2022
@ghost ghost closed this as completed in aa357d6 Dec 19, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant