[#1895]Implement unit tests for pipeline element 'MergeByTimeProcessor'#2023
[#1895]Implement unit tests for pipeline element 'MergeByTimeProcessor'#2023bossenti merged 7 commits intoapache:devfrom
Conversation
...java/org/apache/streampipes/processors/filters/jvm/processor/merge/MergeByTimeProcessor.java
Outdated
Show resolved
Hide resolved
.../org/apache/streampipes/processors/filters/jvm/processor/merge/TestMergeByTimeProcessor.java
Outdated
Show resolved
Hide resolved
|
Thanks a lot for your contribution @rahulbiswas876 🙏🏼 |
|
This is my first open source PR. I really enjoyed and learned while implementing the unit test how actually a good software code is written. Thanks team and @bossenti reviewing the PR. I am open to learn and excel. Please do let me know how I can improve my contributions. |
|
There are some checkstyle issues (formatting issues): https://github.com/apache/streampipes/actions/runs/6504978848/job/17668735199?pr=2023#step:4:69572 |
can you please guide me which code style you guys follow.. Currently I am following GoogleStyle |
fixed the check-style violations. |
You can find our checkstyle config here |
|
Would probably be worth to mention somewhere in the documentation 🙈 |
|
@bossenti can you please re-review the PR |
|
Hey @rahulbiswas876, I really appreciate your motivation to contribute. |
There was a problem hiding this comment.
Can you please add a directory called java between test and org?
This allows the file to be recognized as a test case
87e4461 to
0a4319b
Compare
Hey @bossenti, Since it is my 1st open source PR after struggling over the week to set up dev env and then learning git and all, I was overexcited and eager to get merged 🙈 But Yes, I acknowledge your feedback and thank the community for giving me the opportunity to learn and share openly. |
Keep that spirit @rahulbiswas876! |


#
Purpose
see 1895
Remarks
PR introduces (a) breaking change(s): no
PR introduces (a) deprecation(s): no