-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CONFIG GET and CONFIG SET documentation and tests (#2919)
* Update documentation for CONFIG GET and CONFIG SET commands for Java client Signed-off-by: Jonathan Louie <[email protected]> * Update documentation for BaseTransaction CONFIG GET and CONFIG SET Signed-off-by: Jonathan Louie <[email protected]> * Add transaction test for CONFIG SET and CONFIG GET with multiple parameters Signed-off-by: Jonathan Louie <[email protected]> * Update Python client CONFIG SET and CONFIG GET docs and tests Signed-off-by: Jonathan Louie <[email protected]> * Update Python transaction CONFIG GET and CONFIG SET docs Signed-off-by: Jonathan Louie <[email protected]> * Update Node client docs and tests for CONFIG SET and CONFIG GET Signed-off-by: Jonathan Louie <[email protected]> * Update CHANGELOG Signed-off-by: Jonathan Louie <[email protected]> * Fix linter issue Signed-off-by: Jonathan Louie <[email protected]> * Fix Prettier issues Signed-off-by: Jonathan Louie <[email protected]> * Apply Spotless Signed-off-by: Jonathan Louie <[email protected]> * Add missing cluster argument for Node SharedTests Signed-off-by: Jonathan Louie <[email protected]> * Try changing cluster-node-timeout instead of logfile to avoid immutable config error Signed-off-by: Jonathan Louie <[email protected]> * Fix test failures for Node client Signed-off-by: Jonathan Louie <[email protected]> * Fix linting errors Signed-off-by: Jonathan Louie <[email protected]> * Sort expected result for CONFIG GET and CONFIG SET transaction test Signed-off-by: Jonathan Louie <[email protected]> * Assign sorted array to new variable Signed-off-by: Jonathan Louie <[email protected]> * Apply Black linter Signed-off-by: Jonathan Louie <[email protected]> * Update Python tests to avoid immutable config error Signed-off-by: Jonathan Louie <[email protected]> * Apply Black linter Signed-off-by: Jonathan Louie <[email protected]> * Fix typo Signed-off-by: Jonathan Louie <[email protected]> * Fix typo in Python tests Signed-off-by: Jonathan Louie <[email protected]> * Run Black linter Signed-off-by: Jonathan Louie <[email protected]> * Fix failing Node test Signed-off-by: Jonathan Louie <[email protected]> * Remove swap file Signed-off-by: Jonathan Louie <[email protected]> * Combine CONFIG GET and CONFIG SET tests in SharedTests.ts Signed-off-by: Jonathan Louie <[email protected]> * Fix build error Signed-off-by: Jonathan Louie <[email protected]> --------- Signed-off-by: Jonathan Louie <[email protected]> Signed-off-by: jonathanl-bq <[email protected]>
- Loading branch information
1 parent
1ea2fbe
commit 90e6b19
Showing
15 changed files
with
161 additions
and
19 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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