_acs-bootstrap-installer__ad_after_server_initialization (private)
_acs-bootstrap-installer__ad_after_server_initialization
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 name test-30-apm-load-procs set args "ns_log warning Test" ad_after_server_initialization $name $args set found_p false foreach result [nsv_get ad_after_server_initialization .] { if {[dict exists $result name] && [dict get $result name] eq $name} { set found_p true break } } aa_true "Found our settings among the values" $found_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" "ad_after_server_initialization (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