You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/10/19 21:06:30 UTC

[accumulo] branch main updated: Remove TODOs in PermissionsIT (#3001)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 29a1b00e22 Remove TODOs in PermissionsIT (#3001)
29a1b00e22 is described below

commit 29a1b00e220217f9bb01526d3e4635fb21b9b980
Author: Dom G <do...@apache.org>
AuthorDate: Wed Oct 19 17:06:25 2022 -0400

    Remove TODOs in PermissionsIT (#3001)
    
    * remove triaged TODO, which is now issue #3027
---
 .../main/java/org/apache/accumulo/test/functional/PermissionsIT.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java b/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java
index 62ffbea8ad..ebbcba95bd 100644
--- a/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java
@@ -419,7 +419,7 @@ public class PermissionsIT extends AccumuloClusterHarness {
         break;
       case OBTAIN_DELEGATION_TOKEN:
         if (saslEnabled()) {
-          // TODO Try to obtain a delegation token without the permission
+          // not implemented
         }
         break;
       case GRANT:
@@ -592,7 +592,7 @@ public class PermissionsIT extends AccumuloClusterHarness {
         break;
       case OBTAIN_DELEGATION_TOKEN:
         if (saslEnabled()) {
-          // TODO Try to obtain a delegation token with the permission
+          // not implemented
         }
         break;
       case GRANT: