You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added unit tests for kafkaServer implementation (#357)
* Cleaned server.go
* Removed redundant goroutine
* Changes to initializing order to fix resource cleanup
* Unit tests for kafka server
* Cleaned up tests
* Cleaned up warnings in kafka unit tests
* Modified kafka unit tests to mock and test more meaningful parts of KafkaServer.go
* Simplified unit tests
* Removed redundant nil check
* Pulled complexity out of kafka tests
* Renamed to setupConsumer + added unit tests in CI
* Pulls out harness code from tests into a helper and sufficiently comments it
* Added field in lkc to track error counts. Updated error handling test to use this field
* Better commenting of runConsumeLoop
---------
Co-authored-by: RSYashwanth <[email protected]>
0 commit comments