Uh oh!
There was an error while loading. Please reload this page.
Conversation
Neeratyoy
commented
Jul 11, 2019
@mfeurer
|
Codecov Report
@@ Coverage Diff @@## develop #735 +/- ##
===========================================
+ Coverage 87.82% 87.97% +0.15%
===========================================
Files 36 36 Lines 3999 4033 +34 ===========================================
+ Hits 3512 3548 +36 + Misses 487 485 -2
Continue to review full report at Codecov.
|
mfeurer
left a comment
There was a problem hiding this comment.
Thanks, this looks good, although I think it needs a bit of simplification.
Also, could you please add to the contribution guide that the test server needs to be cleaned up after the unit test?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mfeurer
commented
Jul 12, 2019
I'm afraid that you need to recursively add all subflows to the tracker to make sure there are no leftovers.
@janvanrijn is this intended behavior?
That's fine by me. |
Uh oh!
There was an error while loading. Please reload this page.
Neeratyoy
commented
Jul 17, 2019
@mfeurer I tried to debug the clustering task failure. Here are my observations. The task being uploaded has the following attributes, as initialized by the
This is attempted 100 times until the On the test server, the following commands: If we record all the 100 Using the apikey we define in class Are all these expected behaviour? |
mfeurer
commented
Jul 18, 2019
No, it turns out that |
Neeratyoy
commented
Jul 19, 2019
Most test case issue seems to be fixed barring one test which fails consistently. My local sklearn version is |
Neeratyoy
commented
Jul 19, 2019
@mfeurer just another tiny thing. |
Actually, I think I meant this file: https://raw.githubusercontent.com/openml/openml-python/develop/PULL_REQUEST_TEMPLATE.md |
Neeratyoy
commented
Jul 19, 2019
I didn't edit |
mfeurer
commented
Jul 19, 2019
Okay, let me know when I should have a look at this again. |
Reference Issue
Addresses #261.
What does this PR implement/fix? Explain your changes.
Keeps track of entities uploaded to test server and iteratively deletes them after the completion of all unit tests.
How should this PR be tested?
By running
pytest -sand observing the logs.