Skip to content
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

doc: fix incorrect hyperlink (Fixes #1553) #1554

Merged
merged 38 commits into from
Jan 27, 2022
Merged

Conversation

anthonyharrison
Copy link
Contributor

No description provided.

anthonyharrison and others added 30 commits May 27, 2020 12:55
@anthonyharrison
Copy link
Contributor Author

@terriko How can a single update to a PDF file result in a failure of the Windows tests? Having said that there does appear to be some deprecation warnings in the error log which are probably worthy of an investigation.

@Molkree
Copy link
Contributor

Molkree commented Jan 26, 2022

How can a single update to a PDF file result in a failure of the Windows tests?

This is not related to changes in this PR, Windows tests started timing out sometimes. We have a time limit of 20 minutes set and started hitting it recently (not every time though).

@terriko
Copy link
Contributor

terriko commented Jan 27, 2022

Yeah, I agree that the windows issue is unrelated. It's a transient issue where Windows hangs during the tests and times out, but I think it's actually a hang and not a slowdown so there's no point in making the timeout longer. It looked like it normally times out after printing something about the NVD tests which makes me suspect that it's related to the rate limiting that we see in the Linux longtests sometimes, but for some reason Windows isn't getting a 403 http status and fail the test the way it does when that triggers on Linux.

If it's rate limiting, the NVD API update should fix it once I can figure out why the key works for me locally but doesn't pass through properly in GitHub Actions.

We might also want to dig into whether the requests/urllib2 stuff works differently on windows and force it to have a shorter timeout or something so the test fails instead of hanging, which would help greatly in debugging.

None of this has any bearing on fixing the url in your slides, though, so I'm going to go ahead and merge this. Thank you!

@terriko terriko merged commit 7dd0d75 into intel:main Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants