_acs-bootstrap-installer__apm_first_time_loading_p (private)
_acs-bootstrap-installer__apm_first_time_loading_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 {{ aa_false "This proc should always return false, unless we are installing an instance" [apm_first_time_loading_p] aa_log "Set variable" set ::apm_first_time_loading_p 1 aa_true "With the variable set, this should return true" [apm_first_time_loading_p] aa_log "Unset variable" unset ::apm_first_time_loading_p }} { 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_first_time_loading_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