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

Migrate StringToState processing elements #1444

Merged
merged 2 commits into from
Mar 26, 2023

Conversation

liuxiaocs7
Copy link
Member

Purpose

try closes #1434

test logs:

2023-03-24T02:09:30.195+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: []
2023-03-24T02:09:30.199+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Expected states is [].
2023-03-24T02:09:30.200+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Actual states is [].
2023-03-24T02:09:30.317+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: [t1]
2023-03-24T02:09:30.317+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Expected states is [t1].
2023-03-24T02:09:30.317+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Actual states is [t1].
2023-03-24T02:09:30.425+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: [t1, t2]
2023-03-24T02:09:30.425+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Expected states is [t1, t2].
2023-03-24T02:09:30.425+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Actual states is [t1, t2].
2023-03-24T02:09:30.534+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: [t1-1, t2-1]
2023-03-24T02:09:30.642+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: [t1-2, t2-2]
2023-03-24T02:09:30.642+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Expected states is [t1-2, t2-2].
2023-03-24T02:09:30.642+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Actual states is [t1-2, t2-2].
2023-03-24T02:09:30.751+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: [t1-1, t2-1, t3-1]
2023-03-24T02:09:30.860+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: [t1-2, t2-2, t3-2]
2023-03-24T02:09:30.969+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Current states: [t1-3, t2-3, t3-3]
2023-03-24T02:09:30.969+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Expected states is [t1-3, t2-3, t3-3].
2023-03-24T02:09:30.969+08:00  INFO   --- [           main] s.p.t.j.p.s.s.TestStringToStateProcessor : Actual states is [t1-3, t2-3, t3-3].

Remarks

PR introduces (a) breaking change(s): <yes/no>

PR introduces (a) deprecation(s): <yes/no>

@github-actions github-actions bot added backend Everything that is related to the StreamPipes backend java Pull requests that update Java code pipeline elements Relates to pipeline elements testing Relates to any kind of test (unit test, integration, or E2E test). labels Mar 23, 2023
@liuxiaocs7
Copy link
Member Author

Hi, @dominikriemer and @bossenti, please help me to have a look at it at your spare time, thanks!

@bossenti bossenti added the no release note Issues and PR. Add if they should not be contained in the release notes (e.g., minor refactorings). label Mar 24, 2023
@dominikriemer dominikriemer merged commit 83b50d6 into apache:dev Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code no release note Issues and PR. Add if they should not be contained in the release notes (e.g., minor refactorings). pipeline elements Relates to pipeline elements testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StringToState
3 participants