-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Run the internet
tests on CI from time to time?
#13061
Comments
+1 to running them once a day. |
Ping. Did anything happen to resolve this? |
Since we're talking about running debug tests nightly, and/or tests with |
Wasn't too hard to setup, 18/21 tests are passing: https://ci.nodejs.org/job/node-test-commit-custom-suites/6/ |
Awesome, thanks! The two dgram failures may be making assumptions about network configuration that aren't true on our CI hosts. I can try to mess around with those a bit to see what might be done. The dns failure is a straight up failing test that we just haven't noticed until now because we don't run the internet tests ever. :-D I'll take a look at that one too. |
PR to fix dns test: #21116 |
Looks like all |
The results say that /cc @addaleax |
Aside from the worker_threads question above, I'm 👍 on moving to node-daily-master! |
The inspector test runs fine on my computer and is not skipped, so I'm guessing either the possible bug is OS-specific or else there is no bug and we really are running it in a worker thread? |
@Trott Yes, looks like that’s what’s happening:
But then again |
Ah, OK, yeah, I can emulate the skipping on my machine with those command line options. Should have pulled that from the console in the first place. Sorry/thanks! @maclover7 Running the tests locally without |
Ah, forgot that Is there any advantage (since the job only takes ~2 minutes) to running once with |
@maclover7 I don’t think there’s any particular benefit to running the internet tests in those configurations … we should keep going on nodejs/build#1318 to get |
First run of node-daily-master with the internet tests is all green 🎉🎉🎉 https://ci.nodejs.org/job/node-daily-master/1221/ |
Ideas for making this happen:
That's all I have so far.
/cc @nodejs/testing
The text was updated successfully, but these errors were encountered: