mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
This short series fixes test/cql-pytest/test_permissions.py to stop failing on Cassandra. The second patch fixes these failures (and explains why). The first patch is a new test for UDFs, which helped me prove that one of the test_permissions.py failures in Cassandra is a Cassandra bug - some esoteric error path that prints the right message when no permissions are involved, becomes wrong when permissions are added. Fixes #15969 Closes scylladb/scylladb#15979 * github.com:scylladb/scylladb: test/cql-pytest: fix test_permissions.py to not fail on Cassandra test/cql-pytest: add test for DROP FUNCTION