[ 
https://issues.apache.org/jira/browse/HDDS-1222?focusedWorklogId=207837&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-207837
 ]

ASF GitHub Bot logged work on HDDS-1222:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Mar/19 15:35
            Start Date: 05/Mar/19 15:35
    Worklog Time Spent: 10m 
      Work Description: elek commented on pull request #556: HDDS-1222. Remove 
TestContainerSQLCli unit test stub
URL: https://github.com/apache/hadoop/pull/556
 
 
   In HDDS-447 we removed the support the 'ozone noz' cli tool which was a 
rocksdb/leveldb to sql exporter.
   
   But still we have the unit test for the tool (in fact only the skeleton of 
the unit test, as the main logic is removed). Even worse this unit test is 
failing as it calls System.exit:
   
   {code}
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on 
project hadoop-ozone-tools: There are test failures.
   [ERROR] 
   [ERROR] Please refer to 
/testptch/hadoop/hadoop-ozone/tools/target/surefire-reports for the individual 
test results.
   [ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
   [ERROR] ExecutionException The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
   {code}
   
   I think this test can be deleted.
   
   See: https://issues.apache.org/jira/browse/HDDS-1222
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 207837)
            Time Spent: 10m
    Remaining Estimate: 0h

> Remove TestContainerSQLCli unit test stub
> -----------------------------------------
>
>                 Key: HDDS-1222
>                 URL: https://issues.apache.org/jira/browse/HDDS-1222
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In HDDS-447 we removed the support the 'ozone noz' cli tool which was a 
> rocksdb/leveldb to sql exporter.
> But still we have the unit test for the tool (in fact only the skeleton of 
> the unit test, as the main logic is removed). Even worse this unit test is 
> failing as it calls System.exit:
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) 
> on project hadoop-ozone-tools: There are test failures.
> [ERROR] 
> [ERROR] Please refer to 
> /testptch/hadoop/hadoop-ozone/tools/target/surefire-reports for the 
> individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, 
> [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] ExecutionException The forked VM terminated without properly saying 
> goodbye. VM crash or System.exit called?
> {code}
> I think this test can be deleted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to