Skip to content

fix: fix perf test failed - #718

Merged
fatelei merged 1 commit into
langgenius:mainfrom
fatelei:issue-717
Apr 29, 2026
Merged

fix: fix perf test failed#718
fatelei merged 1 commit into
langgenius:mainfrom
fatelei:issue-717

Conversation

@fatelei

@fatelei fatelei commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Description

fix #717

benchmark always failed

image

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.

@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working plugin-daemon labels Apr 28, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces connectivity checks for Redis and PostgreSQL within the test suites to gracefully skip tests when these services are unavailable, replacing previous panic calls. The review feedback highlights that using os.Exit bypasses deferred cleanup functions like cache.Close() and db.Close(). Additionally, it is suggested to increase the TCP dial timeout to prevent flakiness in CI environments and to move the duplicated isTCPReachable function into a shared utility package.

Comment thread internal/core/persistence/persistence_test.go
Comment thread internal/core/persistence/persistence_test.go Outdated
Comment thread internal/types/models/curd/testmain_test.go
Comment thread internal/types/models/curd/testmain_test.go Outdated
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Apr 28, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 29, 2026
@fatelei
fatelei merged commit 1462737 into langgenius:main Apr 29, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer plugin-daemon size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix perf test failed

2 participants