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

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

                Author: ASF GitHub Bot
            Created on: 09/Jul/19 22:40
            Start Date: 09/Jul/19 22:40
    Worklog Time Spent: 10m 
      Work Description: hadoop-yetus commented on issue #1059: HDDS-1764. Fix 
hidden errors in acceptance tests
URL: https://github.com/apache/hadoop/pull/1059#issuecomment-509836379
 
 
   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | 0 | reexec | 30 | Docker mode activated. |
   ||| _ Prechecks _ |
   | +1 | dupname | 0 | No case conflicting files found. |
   | 0 | yamllint | 0 | yamllint was not available. |
   | 0 | shelldocs | 0 | Shelldocs was not available. |
   | +1 | @author | 0 | The patch does not contain any @author tags. |
   | -1 | test4tests | 0 | The patch doesn't appear to include any new or 
modified tests.  Please justify why no new tests are needed for this patch. 
Also please list what manual steps were performed to verify this patch. |
   ||| _ trunk Compile Tests _ |
   | +1 | mvninstall | 502 | trunk passed |
   | +1 | compile | 257 | trunk passed |
   | +1 | mvnsite | 0 | trunk passed |
   | +1 | shadedclient | 727 | branch has no errors when building and testing 
our client artifacts. |
   | +1 | javadoc | 163 | trunk passed |
   ||| _ Patch Compile Tests _ |
   | +1 | mvninstall | 441 | the patch passed |
   | +1 | compile | 285 | the patch passed |
   | +1 | javac | 285 | the patch passed |
   | +1 | mvnsite | 0 | the patch passed |
   | +1 | shellcheck | 0 | There were no new shellcheck issues. |
   | +1 | whitespace | 0 | The patch has no whitespace issues. |
   | +1 | shadedclient | 682 | patch has no errors when building and testing 
our client artifacts. |
   | +1 | javadoc | 166 | the patch passed |
   ||| _ Other Tests _ |
   | -1 | unit | 190 | hadoop-hdds in the patch failed. |
   | -1 | unit | 1881 | hadoop-ozone in the patch failed. |
   | +1 | asflicense | 43 | The patch does not generate ASF License warnings. |
   | | | 5581 | |
   
   
   | Reason | Tests |
   |-------:|:------|
   | Failed junit tests | hadoop.ozone.container.ozoneimpl.TestOzoneContainer |
   |   | hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException |
   |   | hadoop.ozone.client.rpc.TestOzoneRpcClient |
   |   | hadoop.ozone.client.rpc.TestBlockOutputStream |
   |   | hadoop.ozone.client.rpc.TestSecureOzoneRpcClient |
   |   | hadoop.ozone.TestMiniChaosOzoneCluster |
   |   | hadoop.ozone.client.rpc.TestOzoneAtRestEncryption |
   |   | hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=17.05.0-ce Server=17.05.0-ce base: 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1059/2/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/1059 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient yamllint shellcheck shelldocs |
   | uname | Linux feacd6ad17b8 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 
17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | personality/hadoop.sh |
   | git revision | trunk / 96d0555 |
   | Default Java | 1.8.0_212 |
   | unit | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1059/2/artifact/out/patch-unit-hadoop-hdds.txt
 |
   | unit | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1059/2/artifact/out/patch-unit-hadoop-ozone.txt
 |
   |  Test Results | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1059/2/testReport/ |
   | Max. process+thread count | 4242 (vs. ulimit of 5500) |
   | modules | C: hadoop-ozone/dist U: hadoop-ozone/dist |
   | Console output | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1059/2/console |
   | versions | git=2.7.4 maven=3.3.9 shellcheck=0.4.6 |
   | Powered by | Apache Yetus 0.10.0 http://yetus.apache.org |
   
   
   This message was automatically generated.
   
   
 
----------------------------------------------------------------
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: 274537)
    Time Spent: 1h  (was: 50m)

> Fix hidden errors in acceptance tests
> -------------------------------------
>
>                 Key: HDDS-1764
>                 URL: https://issues.apache.org/jira/browse/HDDS-1764
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Assignee: Elek, Marton
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> [~bharatviswa] pinged me offline with the problem that in some cases the 
> smoketest is failing even if the reports are green:
> {code:java}
> All smoke tests are passed, but CI is showing as Failed.
> https://ci.anzix.net/job/ozone/17284/RobotTests/log.html
> https://github.com/apache/hadoop/pull/1048{code}
> The root cause is a few typo after HDDS-1698, which can be fixed with the 
> uploaded PR.
> *What is the problem?*
> In case of any error during the test execution the smoketest is failed. In 
> this case because the typo in two docker-compose.yaml files two of the tests 
> can't be started.
> But there is no separated robot test report and the error is visible only in 
> the console.
> *How did it happen?*
> The ACL work improved some intermittency in the acceptance tests. HDDS-1698 
> is committed because the acceptance tests were failed with ACL errors which 
> hide the real error (the test was red anyway).
>  



--
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