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

Webhooks to Github (maybe other hooks) stops reporting back at around 2600 tests #417

Closed
KyleThen opened this issue Aug 6, 2021 · 7 comments · Fixed by #427
Closed

Webhooks to Github (maybe other hooks) stops reporting back at around 2600 tests #417

KyleThen opened this issue Aug 6, 2021 · 7 comments · Fixed by #427
Assignees
Labels
bug Something isn't working

Comments

@KyleThen
Copy link

KyleThen commented Aug 6, 2021

Summary

When using the webhook to github, it seems to stop around ~2600 some tests. We have ~3700 tests that run so the webhook never reports that the run is complete.

On github:
image
image

On the dashboard:
image

How to reproduce

Environment

  • sorry-cypress version: 1.1.1
  • cypress version: 8.2.0
  • platform: aws
  • service: api | director | dashboard | all
@ImanMahmoudinasab
Copy link
Contributor

ImanMahmoudinasab commented Aug 6, 2021

@KyleThenTR It may be because of the timeout setting. check the timeout setting of the project.

@KyleThen
Copy link
Author

KyleThen commented Aug 6, 2021

@KyleThenTR It may be because of timeout setting. check the timeout setting of the project.
2021-08-06 at 10 53 AM

image

I thought that was the case, initially it was only at 5 minutes but I changed it to 20 minutes and it still didn't finish.

@agoldis
Copy link
Collaborator

agoldis commented Aug 8, 2021

@KyleThenTR probably a rate limit issue from GH. It's quite tricky to troubleshot without any access to the data / logs. If you can share / provide either I'd be happy to help!
,

@KyleThen
Copy link
Author

KyleThen commented Aug 9, 2021

@agoldis here is the error that starts popping up in the director logs when the webhooks start to not report for a run.

image

@agoldis
Copy link
Collaborator

agoldis commented Aug 9, 2021

oh that's a nasty error!

We're storing too much information in the DB and the document exceeds 16MB size. Will issue a fix ASAP!

@agoldis agoldis self-assigned this Aug 9, 2021
@agoldis agoldis added the bug Something isn't working label Aug 9, 2021
@agoldis agoldis mentioned this issue Aug 26, 2021
@agoldis
Copy link
Collaborator

agoldis commented Aug 27, 2021

@KyleThenTR check out #427

@KyleThen
Copy link
Author

@agoldis appears to be working on v2, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants