You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/11/07 03:36:58 UTC

[GitHub] [incubator-mxnet] leezu opened a new pull request #19493: Mark test_random_gray as flaky

leezu opened a new pull request #19493:
URL: https://github.com/apache/incubator-mxnet/pull/19493


   ```
   [2020-11-06T03:30:35.465Z]         for _ in range(iteration):
   [2020-11-06T03:30:35.465Z]             out = transform(img)
   [2020-11-06T03:30:35.465Z]             if out[0][0][0].asnumpy() != pixel:
   [2020-11-06T03:30:35.465Z]                 num_apply += 1
   [2020-11-06T03:30:35.465Z] >       assert_almost_equal(num_apply/float(iteration), 0.5, 0.1)
   [...]
   [2020-11-06T03:30:35.466Z] >       raise AssertionError(msg)
   [2020-11-06T03:30:35.466Z] E       AssertionError: 
   [2020-11-06T03:30:35.466Z] E       Items are not equal:
   [2020-11-06T03:30:35.466Z] E       Error 1.100000 exceeds tolerance rtol=1.000000e-01, atol=1.000000e-20.
   [2020-11-06T03:30:35.466Z] E       
   [2020-11-06T03:30:35.466Z] E        ACTUAL: 0.445
   [2020-11-06T03:30:35.466Z] E        DESIRED: 0.5
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #19493: Mark test_random_gray as flaky

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #19493:
URL: https://github.com/apache/incubator-mxnet/pull/19493#issuecomment-723399065


   @mxnet-bot run ci [unix-gpu]
   
   https://github.com/apache/incubator-mxnet/issues/10988


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19493: Mark test_random_gray as flaky

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19493:
URL: https://github.com/apache/incubator-mxnet/pull/19493#issuecomment-723385228


   Hey @leezu , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [centos-cpu, windows-cpu, unix-gpu, website, unix-cpu, windows-gpu, edge, sanity, clang, miscellaneous, centos-gpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19493: Mark test_random_gray as flaky

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19493:
URL: https://github.com/apache/incubator-mxnet/pull/19493#issuecomment-723399067


   Jenkins CI successfully triggered : [unix-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu merged pull request #19493: Mark test_random_gray as flaky

Posted by GitBox <gi...@apache.org>.
leezu merged pull request #19493:
URL: https://github.com/apache/incubator-mxnet/pull/19493


   


----------------------------------------------------------------
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:
users@infra.apache.org