_acs-bootstrap-installer__apm_package_supports_rdbms_p (private)
_acs-bootstrap-installer__apm_package_supports_rdbms_p
Defined in packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set _aa_export {} set body_count 1 foreach testcase_body {{ set system_db_type [db_type] aa_true "tsearch-driver is a Postgres-only package" { $system_db_type ne "postgresql" || [apm_package_supports_rdbms_p -package_key tsearch-driver] } aa_true "intermedia-driver is an Oracle-only package" { $system_db_type ne "oracle" || [apm_package_supports_rdbms_p -package_key intermedia-driver] } aa_true "acs-kernel should always be supported" [apm_package_supports_rdbms_p -package_key acs-kernel] }} { aa_log "Running testcase body $body_count" set ::__aa_test_indent [info level] set catch_val [catch $testcase_body msg] if {$catch_val != 0 && $catch_val != 2} { aa_log_result "fail" "apm_package_supports_rdbms_p (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo" } incr body_count }Generic XQL file: packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.xql
PostgreSQL XQL file: packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs-postgresql.xql
Oracle XQL file: packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs-oracle.xql