You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/11/03 03:50:58 UTC

[jira] [Commented] (SENTRY-1507) Sentry should use Datanucleus version of javax.jdo

    [ https://issues.apache.org/jira/browse/SENTRY-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15631441#comment-15631441 ] 

Hadoop QA commented on SENTRY-1507:
-----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12836715/SENTRY-1507.8.patch against master.

{color:red}Overall:{color} -1 due to 5 errors

{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.solr.db.integration.TestSolrUpdateOperations
{color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.solr.db.integration.TestSolrQueryOperations
{color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.solr.db.integration.TestSolrDocLevelOperations
{color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.solr.db.integration.TestSolrAdminOperations

Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/2123/console

This message is automatically generated.

> Sentry should use Datanucleus version of javax.jdo
> --------------------------------------------------
>
>                 Key: SENTRY-1507
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1507
>             Project: Sentry
>          Issue Type: Improvement
>          Components: Sentry
>    Affects Versions: 1.7.0, sentry-ha-redesign
>            Reporter: Alexander Kolbasov
>            Assignee: Alexander Kolbasov
>         Attachments: SENTRY-1507.0.patch, SENTRY-1507.1.patch, SENTRY-1507.2.patch, SENTRY-1507.3.patch, SENTRY-1507.4.patch, SENTRY-1507.5.patch, SENTRY-1507.6.patch, SENTRY-1507.7.patch, SENTRY-1507.8.patch
>
>
> Currently Sentry is using Apache version of javax.jdo. Datanucleus is using a slightly modified version and tests against that so Sentry should use Datanucleus version instead. 
> {code}
> <!-- https://mvnrepository.com/artifact/org.datanucleus/javax.jdo -->
> <dependency>
>     <groupId>org.datanucleus</groupId>
>     <artifactId>javax.jdo</artifactId>
>     <version>3.2.0-m5</version>
> </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)