• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extend the test to cover also cornercase behavior concerning overwriting of files

Test zipping and unzipping utilities

Make test less tautological

Test for psql only when this is expected

Prefer OS-agnostic path separator, add cvs to the exec dependencies

Cleanup copy paste error

Removed untested and unmaintained code

Fallback to the location of the psql executable when a pgbin was not explicitly defined in the config file (which is allowed)

Prefer exec-free variant

Cleanup copy paste

Test external command dependencies

Test external command dependencies

Prefer exec-free alternative

Test external command dependencies

Improve documentation

Test external command dependency for the package

Test external command dependencies

Add library header

file boomerang-test-procs.tcl was initially added on branch oacs-5-10.

Test external command dependencies

Test external command dependencies

This will currently fail because of a bug in db_get_pgbin

Test external command line dependencies

Prefer binary from parameter as everywhere else

Test external command line dependencies

Test optional external command dependencies

Add further dependency to test

Test that external command line dependencies are executable

Added optional "-name" to xowiki::update_item_index

This attribute was missing from the changeble attributes

of the xowiki_form_instance_item_index

    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
improved parameter checking

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/repeat-procs.tcl
Undo part of the recent cache-deactivation for attribute definitions

When all calls for "db_attribute_defined" are performed without

caching, this results in a huge amount of additional SQL queries,

since these tests are performed during blueprint definition as well

during every blueprint reload of every db attribute. On a small site

with just 6 connection threads (2 monitor, 2 default, 2 slow), this

results during startup with 969 additional SQL queries, a reload of

xowiki causes an additional 1063 of such queries. When a site defines

much more connection threads ((the LEARN site has e.g. 85 connection

threads defined), these DB attribute testing operations will result in

10K+ of mostly useless SQL queries. As a consequence of this, the

startup of the server will become slower, reloads will become slower

etc., which is bad especially for large sites.

The new implementation seems to fix the original problem case (running

xotcl_core_tutorial_4 multiple times). If there is still a problem

with installing xolp [2] this problem should be analyzed and fixed

probably there. If necessary, a proper bug report would be appreciated

to reduce guessing work.

[1] https://fisheye.openacs.org/changelog/OpenACS/?cs=oacs-5-10%3Aantoniop%3A20230310183055

[2] https://fisheye.openacs.org/changelog/OpenACS/?cs=oacs-5-10%3Aantoniop%3A20230317160241