Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(test): socket handup error for API requests #20237

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Conversation

chirag-madlani
Copy link
Collaborator

Describe your changes:

Fixes:

Error: apiRequestContext.get: socket hang up Call log: - → GET http://***:8585/api/v1/services/ingestionPipelines/redshift-ct-test-with-%25-XXXX-XXXX/pipelineStatus?startTs=1741774086178&endTs=1741860516249 - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.31 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - Authorization: *** style="font-weight:normal;text-decoration:none;font-style:normal"> - cookie: i18next=en-US; __session=%7B%22id%22%3A%229559a27c-95cb-4ff5-bfa7-037e1f07309f%22%2C%22created%22%3A1741859126489%2C%22createdAt%22%3A%222025-03-13T09%3A45%3A26.489Z%22%2C%22expires%22%3A1741860926489%2C%22expiresAt%22%3A%222025-03-13T10%3A15%3A26.489Z%22%7D

Increase timeout to solve above problem in test runs

I worked on ... because ...

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

@akash-jain-10 akash-jain-10 added the safe to test Add this label to run secure Github workflows on PRs label Mar 13, 2025
@github-actions github-actions bot added the UI UI specific issues label Mar 13, 2025
Copy link
Contributor

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 63%
63.48% (42468/66895) 38.17% (16531/43305) 42.91% (5069/11812)

Copy link

@chirag-madlani chirag-madlani merged commit f9fd033 into main Mar 13, 2025
21 of 30 checks passed
@chirag-madlani chirag-madlani deleted the fix-socket-hang branch March 13, 2025 15:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants