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

LocalstackBackupStoreIT#shouldNotOverwriteCompletedBackup(Backup)[1] #10500

Closed
Zelldon opened this issue Sep 27, 2022 · 0 comments · Fixed by #10504
Closed

LocalstackBackupStoreIT#shouldNotOverwriteCompletedBackup(Backup)[1] #10500

Zelldon opened this issue Sep 27, 2022 · 0 comments · Fixed by #10504
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0 version:8.2.0-alpha1 Marks an issue as being completely or in parts released in 8.2.0-alpha1 version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0

Comments

@Zelldon
Copy link
Member

Zelldon commented Sep 27, 2022

Summary

Try to answer the following as best as possible

  • How often does the test fail? Once ?
  • Does it block your work? Fails on jenkins
  • Do we suspect that it is a real failure? Not sure

Failures

Outline known failure cases, e.g. a failed assertion and its stacktrace obtained from Jenkins

Example assertion failure
AILURE!

[2022-09-26T16:53:14.599Z] java.lang.AssertionError:

[2022-09-26T16:53:14.599Z]

[2022-09-26T16:53:14.599Z] Expecting actual throwable to be an instance of:

[2022-09-26T16:53:14.599Z] java.util.concurrent.ExecutionException

[2022-09-26T16:53:14.599Z] but was:

[2022-09-26T16:53:14.599Z] java.util.concurrent.TimeoutException

[2022-09-26T16:53:14.599Z] at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)

[2022-09-26T16:53:14.599Z] at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)

[2022-09-26T16:53:14.599Z] at org.assertj.core.internal.Futures.assertFailedWithin(Futures.java:118)

[2022-09-26T16:53:14.599Z] ...(56 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)

[2022-09-26T16:53:14.599Z] at io.camunda.zeebe.backup.testkit.SavingBackup.shouldNotOverwriteCompletedBackup(SavingBackup.java:78)

[2022-09-26T16:53:14.599Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[2022-09-26T16:53:14.599Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)

[2022-09-26T16:53:14.599Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[2022-09-26T16:53:14.599Z] at java.base/java.lang.reflect.Method.invoke(Method.java:568)

[2022-09-26T16:53:14.599Z] at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)

[2022-09-26T16:53:14.599Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)

[2022-09-26T16:53:14.599Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)

[2022-09-26T16:53:14.599Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)

[2022-09-26T16:53:14.599Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)

[2022-09-26T16:53:14.599Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:979)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.awaitFinished(NodeTestTask.java:236)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:158)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)

[2022-09-26T16:53:14.600Z] at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)

[2022-09-26T16:53:14.600Z] at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Hypotheses

List any hypotheses if you have one; can be ommitted

Logs

If possible, provide more context here, e.g. standard output logs, link to build, etc.

Logs
LOGS
https://ci.zeebe.camunda.cloud/blue/organizations/jenkins/camunda%2Fzeebe/detail/main/844/pipeline
@Zelldon Zelldon added the kind/flake Categorizes issue or PR as related to a flaky test label Sep 27, 2022
zeebe-bors-camunda bot added a commit that referenced this issue Sep 27, 2022
10507: [Backport release-8.1.0] test(backup-stores/s3): increase timeout r=oleschoenburg a=backport-action

# Description
Backport of #10504 to `release-8.1.0`.

relates to #10500

Co-authored-by: Deepthi Devaki Akkoorath <deepthidevaki@gmail.com>
@Zelldon Zelldon added the version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0 label Oct 4, 2022
@korthout korthout added the version:8.2.0-alpha1 Marks an issue as being completely or in parts released in 8.2.0-alpha1 label Nov 1, 2022
@npepinpe npepinpe added the version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0 label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0 version:8.2.0-alpha1 Marks an issue as being completely or in parts released in 8.2.0-alpha1 version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants