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

aws2-cw flaky tests with a real service #6154

Closed
JiriOndrusek opened this issue Jun 5, 2024 · 0 comments · Fixed by #6170
Closed

aws2-cw flaky tests with a real service #6154

JiriOndrusek opened this issue Jun 5, 2024 · 0 comments · Fixed by #6170
Assignees
Labels
Milestone

Comments

@JiriOndrusek
Copy link
Contributor

Bug description

Message: Unexpected odd datapoint Datapoint(Timestamp=2024-06-04T11:32:00Z, SampleCount=1.0, Minimum=18859.0, Maximum=18859.0, Unit=Count); expected sampleCount == 2 && minimum ~ 18859 && maximum ~ 18861
Type: java.lang.RuntimeException


Text:
java.lang.RuntimeException: Unexpected odd datapoint Datapoint(Timestamp=2024-06-04T11:32:00Z, SampleCount=1.0, Minimum=18859.0, Maximum=18859.0, Unit=Count); expected sampleCount == 2 && minimum ~ 18859 && maximum ~ 18861
    at org.apache.camel.quarkus.component.aws2.cw.it.Aws2CwTest.lambda$headers$1(Aws2CwTest.java:231)
    at org.awaitility.core.CallableCondition$ConditionEvaluationWrapper.eval(CallableCondition.java:99)
    at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
    at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
    ```
 Awaitility's condition should be make made more stable  , in case the returned metric did not contain all send data.
    
@JiriOndrusek JiriOndrusek added the bug Something isn't working label Jun 5, 2024
@JiriOndrusek JiriOndrusek self-assigned this Jun 5, 2024
@jamesnetherton jamesnetherton changed the title aws-cw flaky tests with a real service aws2-cw flaky tests with a real service Jun 5, 2024
@jamesnetherton jamesnetherton added this to the 3.12.0 milestone Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants