-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
1 changed file
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters