diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-07-03 17:43:20 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-07-12 16:44:54 +0100 |
commit | f4ba4b5583cef182ad29cc158e8b1e2965b09829 (patch) | |
tree | 21ba2d65b1461d85749da55257b227d657326db8 /LICENSE | |
parent | 707f4ef821f82eb772728f687e41afc9d6945f98 (diff) | |
download | unit-f4ba4b5583cef182ad29cc158e8b1e2965b09829.tar.gz unit-f4ba4b5583cef182ad29cc158e8b1e2965b09829.tar.bz2 |
tests: Fix `/status' endpoint tests for new 'modules' section
Now that the `/status` endpoint returns a list of loaded language
modules, e.g
{
"modules": {
"python": {
"version": "3.12.2",
"lib": "/opt/unit/modules/python.unit.so"
},
...
...
}
This broke 'test/test_status.py' in a number of ways
1) The check for all the object values being 0 at startup is no longer
true with the modules section.
2) The find_diffs() check broke trying to subtract strings from
strings.
So don't include the 'modules' section in the check_zeros() check and in
the find_diffs() check, if we're dealing with strings do a basic
compare returning that value instead.
[ Commit message - Andrew ]
Co-developed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions