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

[BUG] Possible issue in AggregateProcessor or in tests #1374

Open
Tracked by #3481 ...
dlvenable opened this issue May 2, 2022 · 5 comments
Open
Tracked by #3481 ...

[BUG] Possible issue in AggregateProcessor or in tests #1374

dlvenable opened this issue May 2, 2022 · 5 comments
Labels
bug Something isn't working maintenance Issues to help maintain the project, such as improving builds, testing, etc.

Comments

@dlvenable
Copy link
Member

dlvenable commented May 2, 2022

Describe the bug

The AggregateProcessor has had some test failures. I've seen some failures related to AggregateProcessor, but am unsure what they have been in the past.

com.amazon.dataprepper.plugins.processor.aggregate.AggregateProcessorIT > repetition 2 of 2 FAILED
    java.lang.AssertionError at AggregateProcessorIT.java:160

769

Please add to this issue when a test fails in AggregateProcessor to help track down the issue(s).

@dlvenable dlvenable added bug Something isn't working untriaged labels May 2, 2022
@dlvenable
Copy link
Member Author

AggregateProcessorIT > aggregateWithConcludingGroupsOnceReturnsExpectedResult() > com.amazon.dataprepper.plugins.processor.aggregate.AggregateProcessorIT.aggregateWithConcludingGroupsOnceReturnsExpectedResult()[2] FAILED
[780](https://github.com/opensearch-project/data-prepper/runs/6865496088?check_suite_focus=true#step:4:781)
    java.lang.AssertionError at AggregateProcessorIT.java:160

https://github.com/opensearch-project/data-prepper/runs/6865496088?check_suite_focus=true

@dlvenable
Copy link
Member Author

AggregateProcessorIT > aggregateWithConcludingGroupsOnceReturnsExpectedResult() > com.amazon.dataprepper.plugins.processor.aggregate.AggregateProcessorIT.aggregateWithConcludingGroupsOnceReturnsExpectedResult()[2] FAILED
[759](https://github.com/opensearch-project/data-prepper/actions/runs/2935714561/jobs/4687809912#step:4:760)
    java.lang.AssertionError at AggregateProcessorIT.java:160

@dlvenable dlvenable added the maintenance Issues to help maintain the project, such as improving builds, testing, etc. label Oct 6, 2023
@dlvenable
Copy link
Member Author

Possible other error (or perhaps the latest log lines)

> Task :data-prepper-plugins:aggregate-processor:test AggregateProcessorIT > aggregateWithPercentSamplerAction(double) > [2] 15.0 FAILED java.lang.AssertionError at AggregateProcessorIT.java:291

@dlvenable
Copy link
Member Author

Recent failure:

AggregateProcessorIT > aggregateWithRateLimiterAction() > repetition 1 of 2 FAILED
    java.lang.AssertionError at AggregateProcessorIT.java:328

AggregateProcessorIT > aggregateWithRateLimiterAction() > repetition 2 of 2 FAILED
    java.lang.AssertionError at AggregateProcessorIT.java:328

@dlvenable
Copy link
Member Author

Another failure:

AggregateProcessorIT > aggregateWithTailSamplerAction(int) > [3] 60 FAILED
    java.lang.AssertionError at AggregateProcessorIT.java:557

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Projects
Development

No branches or pull requests

1 participant