]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix LazyUUID4 not serializable 31266/head
authorErnesto Puerta <epuertat@redhat.com>
Wed, 30 Oct 2019 20:50:23 +0000 (21:50 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 31 Oct 2019 09:22:15 +0000 (10:22 +0100)
commitae6ab3047b92b82b6aa03dc26dd9b10ebb4264aa
tree4ebaa9a3d7ca0f1c77a93adb0a6de377462d452e
parent2566d95e31b9db0f9e9f637471e85d8608112fe6
mgr/dashboard: fix LazyUUID4 not serializable

- Patch older versions of cherrypy (<11.1.0) to include `unique_id`
field in Request items.
- Add unit tests to verify Debug mode plugin
- Fix RGW Client test
- Fix Tools test

Fixes: https://tracker.ceph.com/issues/42565
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
src/pybind/mgr/dashboard/cherrypy_backports.py
src/pybind/mgr/dashboard/plugins/debug.py
src/pybind/mgr/dashboard/tests/__init__.py
src/pybind/mgr/dashboard/tests/test_plugin_debug.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rgw_client.py
src/pybind/mgr/dashboard/tests/test_tools.py