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
tests: add port configuration tests for kinesis_streams output plugin
This commit introduces three new test cases for the kinesis_streams output plugin:
1. flb_test_kinesis_default_port: Verifies that the plugin works correctly
with the default port configuration.
2. flb_test_kinesis_custom_port: Ensures that the plugin can be configured
to use a custom port (8443 in this case) and still function properly.
3. flb_test_kinesis_invalid_port: Checks that the plugin fails to start
when an invalid port number (99999) is specified.
These tests enhance the coverage of the kinesis_streams plugin by validating
its behavior with different port configurations, including error handling
for invalid inputs.
Signed-off-by: Mikhail [azalio] Petrov <[email protected]>
0 commit comments