[
https://issues.apache.org/jira/browse/CASSANDRA-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajanarayanan Thottuvaikkatumana updated CASSANDRA-7607:
--------------------------------------------------------
Attachment: cassandra-dtest-7607.txt
This is the patch containing the tests for CREATE/ALTER/DROP TYPE and
CREATE/DROP FUNCTION. The branch of the code where the changes are done is
https://github.com/riptano/cassandra-dtest .
> Test coverage for authorization in DDL & DML statements
> -------------------------------------------------------
>
> Key: CASSANDRA-7607
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7607
> Project: Cassandra
> Issue Type: Test
> Components: Tests
> Reporter: Robert Stupp
> Assignee: Rajanarayanan Thottuvaikkatumana
> Labels: lhf, unit-test
> Fix For: 2.0.12
>
> Attachments: cassandra-dtest-7607.txt
>
>
> Similar to CASSANDRA-7604
> Check that the statements perform proper authorization (allow / reject):
> * {{CREATE KEYSPACE}}
> * {{ALTER KEYSPACE}}
> * {{DROP KEYSPACE}}
> * {{CREATE TABLE}}
> * {{ALTER TABLE}}
> * {{DROP TABLE}}
> * {{CREATE TYPE}}
> * {{ALTER TYPE}}
> * {{DROP TYPE}}
> * {{CREATE INDEX}}
> * {{DROP INDEX}}
> * {{CREATE TRIGGER}}
> * {{DROP TRIGGER}}
> * {{CREATE USER}}
> * {{ALTER USER}}
> * {{DROP USER}}
> * {{TRUNCATE}}
> * {{GRANT}}
> * {{REVOKE}}
> * {{SELECT}}
> * {{UPDATE}}
> * {{DELETE}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)