lukaszzborek opened a new issue, #2654: URL: https://github.com/apache/iggy/issues/2654
Current .net integration tests use TUnit `DependsOn` attribute to order tests in steps. It can lead some problem with wrong ordering and fail in some situation. Rewrited tests should not be dependent on other tests. Some system tests that retrieve system information or list of streams will return different data depending on when they are executed, but this is now covered by checking if attribute is greater than 0 or not empty, example `GetStats_Should_ReturnValidResponse` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
