]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/lua: use lua exceptions instead of ceph_asserts 37656/head
authorYuval Lifshitz <ylifshit@redhat.com>
Wed, 28 Oct 2020 16:10:20 +0000 (18:10 +0200)
committerYuval Lifshitz <ylifshit@redhat.com>
Fri, 30 Oct 2020 12:50:51 +0000 (14:50 +0200)
commite96331fdab436e9973e41bb1ecc92b908118cb71
tree1f2001d19bf00e5668afed00d7ab5370e51f32ca
parenteaf48d1a3afee8658967839621c460a6f9c7c1f7
rgw/lua: use lua exceptions instead of ceph_asserts

also use lua assert() in uni tests instead of print()
fix bug when accessing user id in an ACL grant

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
src/rgw/rgw_acl.h
src/rgw/rgw_lua_request.cc
src/test/rgw/test_rgw_lua.cc