[ http://issues.apache.org/jira/browse/DERBY-1521?page=comments#action_12425881 ] Deepa Remesh commented on DERBY-1521: -------------------------------------
Currently, only basic grant/revoke support is tested after upgrade. To run more grant/revoke tests after upgrade, I was thinking it may be good to run an existing grant/revoke test on an upgraded database. lang/grantRevokeDDL.sql seems to be a good candidate. I manually ran lang/grantRevokeDDL.sql on an upgraded database. With the patches for DERBY-1544, the test passes on an upgraded database. As this is a sql test, I do not see a way where I can pass in a different database (like an upgraded database) to the test. Converting this to a Java test seems to be an option. Thoughts/comments? > Upgrade test needs to be enhanced to test grant revoke > ------------------------------------------------------ > > Key: DERBY-1521 > URL: http://issues.apache.org/jira/browse/DERBY-1521 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.2.0.0 > Reporter: Mamta A. Satoor > Assigned To: Deepa Remesh > Fix For: 10.2.0.0 > > Attachments: d1521-patch1-v1.diff, d1521-patch1-v1.status, > d1521-patch2-draft.diff, d1521-patch2-v1.diff, d1521-patch2-v1.status > > > Grant Revoke is one of the features targeted for 10.2 Release. The upgrade > test should be modified to test this feature with various upgrade scenarios > to make sure everything works fine. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
