You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by gc...@apache.org on 2016/05/18 00:28:11 UTC

sentry git commit: SENTRY-1266: Add ConfigTool tests to skipSlowAndNotThreadSafeTests blacklist (Gregory Chanan, Reviewed by: Anne Yu)

Repository: sentry
Updated Branches:
  refs/heads/master 2109f4294 -> c2c7af7e3


SENTRY-1266: Add ConfigTool tests to skipSlowAndNotThreadSafeTests blacklist (Gregory Chanan, Reviewed by: Anne Yu)


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/c2c7af7e
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/c2c7af7e
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/c2c7af7e

Branch: refs/heads/master
Commit: c2c7af7e3f38b6f707a0949440c2e4f2b28c3a04
Parents: 2109f42
Author: Gregory Chanan <gc...@cloudera.com>
Authored: Tue May 17 14:48:56 2016 -0700
Committer: Gregory Chanan <gc...@cloudera.com>
Committed: Tue May 17 17:27:17 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/c2c7af7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a2d75c5..a82c66d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -900,7 +900,7 @@ limitations under the License.
                 <exclude>%regex[org.apache.sentry.provider.db.service.thrift.*.class]</exclude>
                 <exclude>%regex[org.apache.solr.handler.admin.*.class]</exclude>
                 <exclude>%regex[org.apache.sentry.provider.db.generic.service.thrift.*.class]</exclude>
-                <exclude>%regex[org.apache.sentry.provider.db.generic.tools.TestSentryShellSolr.*.class]</exclude>
+                <exclude>%regex[org.apache.sentry.provider.db.generic.tools.*.class]</exclude>
               </excludes>
             </configuration>
           </plugin>