compiled dbImportProfile using go compiler #269
GitHub Actions / JUnit bash-tools-alpine-5.3
failed
Aug 31, 2024 in 0s
178 tests run, 177 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 1 in vendor/bash-tools-framework/.vscode/bats.code-snippets
github-actions / JUnit bash-tools-alpine-5.3
bats.Database::dbImportProfile::display_help
(from function `testCommand' in file src/batsHeaders.sh, line 49,
in test file src/_binaries/Database/dbImportProfile/dbImportProfile.bats, line 35)
Raw output
(from function `testCommand' in file src/batsHeaders.sh, line 49,
in test file src/_binaries/Database/dbImportProfile/dbImportProfile.bats, line 35)
`testCommand "${binDir}/dbImportProfile" dbImportProfile.help.txt' failed
--- /dev/fd/63
+++ /bash/src/_binaries/Database/dbImportProfile/testsData/dbImportProfile.help.txt
@@ -50,17 +50,17 @@
OPTIONS:
--profile, -p <profile> {single}
- The name of the profile to write in profiles directory.
+ The name of the profile to write in profiles directory.
If not provided, the file name pattern will be 'auto_<dsn>_<fromDbName>.sh'
--from-dsn, -f <dsn> {single}
- dsn to use for source database (Default: default.remote)
+ dsn to use for source database (Default: default.remote)
if not provided, the file name pattern will be 'auto_<dsn>_<fromDbName>.sh'
Default value: default.remote
--ratio, -r <ratio> {single}
- define the ratio to use (0 to 100% - default 70).
- - 0 means profile will filter out all the tables
- - 100 means profile will keep all the tables.
- Eg: 70 means that tables with size(table+index)
+ define the ratio to use (0 to 100% - default 70).
+ - 0 means profile will filter out all the tables
+ - 100 means profile will keep all the tables.
+ Eg: 70 means that tables with size(table+index)
that are greater than 70% of the max table size will be excluded.
Default value: 70
Loading