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

[Backport release-8.1.0] Migrate StreamProcessor test #10586

Merged
merged 6 commits into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. test: introduce mock for lifecycle awareness

    (cherry picked from commit ae68802)
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e4b1536 View commit details
    Browse the repository at this point in the history
  2. refactor: rename default processor

    Make clear that the default record processor is a mock and can be asserted/verified.
    
    (cherry picked from commit b63c987)
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    16370e4 View commit details
    Browse the repository at this point in the history
  3. refactor: make mock a field

    This allows to stub calls before starting the processor
    
    (cherry picked from commit 6858deb)
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d1eb773 View commit details
    Browse the repository at this point in the history
  4. test: migrate StreamProcessorTest

    Migrate the StreamProcessor to the new StreamProcessorExtension and
    Junit5
    
    Completelty iterated over all tests and rewrote them.
    
    (cherry picked from commit c8ca2dc)
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d5c5f2a View commit details
    Browse the repository at this point in the history
  5. test: remove old StreamProcessorTest

    (cherry picked from commit 3c64f41)
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6181e7d View commit details
    Browse the repository at this point in the history
  6. style: apply codestyle

    (cherry picked from commit 3fbde5f)
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    352e767 View commit details
    Browse the repository at this point in the history