_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):
%3 aa_false aa_false (public) aa_log aa_log (public) aa_log_result aa_log_result (public) aa_true aa_true (public) apm_first_time_loading_p apm_first_time_loading_p (public) _acs-bootstrap-installer__apm_first_time_loading_p _acs-bootstrap-installer__apm_first_time_loading_p _acs-bootstrap-installer__apm_first_time_loading_p->aa_false _acs-bootstrap-installer__apm_first_time_loading_p->aa_log _acs-bootstrap-installer__apm_first_time_loading_p->aa_log_result _acs-bootstrap-installer__apm_first_time_loading_p->aa_true _acs-bootstrap-installer__apm_first_time_loading_p->apm_first_time_loading_p

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

[ hide source ] | [ make this the default ]
Show another procedure: