tenthe commented on issue #2754: URL: https://github.com/apache/streampipes/issues/2754#issuecomment-2068612303
@pambrocio, welcome to Apache StreamPipes! I have created an issue to fix the test `TestSizeMeasureProcessor`. If you comment on this issue, I can assign it to you. Generally this issue is about to fix the test again, it is not necessary to use parameterized tests for that. I suspect that the old test used these parameters: ``` /* 249 bytes is the base size of an object when first tested. Allowing up to 250 bytes comparison error in case of inconsistent base sizes across platforms */ return Arrays.asList(new Object[][]{ { BYTE_SIZE, 10240 - 249, 10240.0, 250. { KILOBYTE_SIZE, 10240 - 249, 10.0, 0.025}, { MEGABYTE_SIZE, (1024 * 1024) - 249, 1.0, 0.0025} }); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@streampipes.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org