Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
slash
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
slash
Commits
72552f52
Unverified
Commit
72552f52
authored
Jul 09, 2023
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start a developer notes document
parent
e56ad383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
DEVELOPER.rst
DEVELOPER.rst
+27
-0
No files found.
DEVELOPER.rst
0 → 100644
View file @
72552f52
NOTES FOR SLASH/ DEVELOPERS
===========================
Run the varnish-cache test suite with SLASH/
--------------------------------------------
.. _`varnishd_args_prepend`: https://github.com/varnishcache/varnish-cache/commit/ad3fa105b35654f768cdd684b13241d05b3e661f
Using the `varnishd_args_prepend`_ macro, most VTCs from the
varnish-cache test suite can be run with buddy/fellow in place of the
built-in storage engines. The exception are tests which explicitly
define a storage named ``s0`` and those which check for counters of
the malloc/umem stevedores.
Invocation example::
./varnishtest \
-D varnishd_args_prepend='-E/tmp/lib/varnish/vmods/libvmod_slash.so -sfellow,fellow.stv,10MB,1MB,64KB' \
-ki -j20 $(grep -EL -- '(-ss0|SM..s0)' tests/[b-x]*vtc) 2>&1 | tee slash_log
As of 2023-07, some tests fill fail on the assertion that no objects
are leaked::
*** v1 debug|Info: Child (3823881) said varnishd: buddy.c:1359: buddy_fini: Assertion `freemap_space(map) == map->size' failed.
These cases are not necessarily a SLASH/ error and still need to be
investigated.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment