-
Notifications
You must be signed in to change notification settings - Fork 3.6k
enable testing DDP examples #4995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
seems that the DDP is hanging... |
tchaton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drone are breaking. When resolved, LGTM !
|
@Borda by how much will this increase drone test runtime? |
|
I think, we should only run this nightly with a cron job or so. Because when we run this more often, we will significantly slow down the development process, as we already experience some bottlenecks with iron and then it would pile up even more. |
well then you can say the same for each test we run, we can run a test just nightly :] |
tchaton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
I don't think so. There's a difference in running unit tests and examples (which are basically some kind of integration/functionality testing). |
|
I very much agree with Justus on this one |
so you say we shall drop the test and simply call the script in a command-line as another entry after |
|
@justusschock @awaelchli this is what you had in mind b26adda? |
b26adda to
93655a3
Compare
|
it looks like this would still run on every commit/PR? |
Codecov Report
@@ Coverage Diff @@
## master #4995 +/- ##
======================================
- Coverage 90% 90% -0%
======================================
Files 170 170
Lines 11807 11807
======================================
- Hits 10676 10646 -30
- Misses 1131 1161 +30 |
yes, or what is your suggestion, just at midnight, but then we do not know what PR breaks it... (well, stop it which would break it...) |
|
@justusschock @awaelchli so whall we keep this DDP testing or just drop it to run it only on master? |
d5423c6 to
6ec541a
Compare
6ec541a to
e4110a3
Compare
tchaton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
f3c1635 to
978bdf2
Compare
What does this PR do?
enable DDP test for example
Resolves #4694
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃