-
Notifications
You must be signed in to change notification settings - Fork 8.2k
fix: Fix async context handling in serve command and add integration tests #10776
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b83fe9a
fix: update serve_command to use uvicorn.Server for async context han…
ogabrielluiz 5f6557e
test: add integration tests for Simple Agent flow and serve command
ogabrielluiz 096c4cd
fix: add integration dependencies for Simple Agent tests
ogabrielluiz 1d8a5ba
fix: update integration dependencies check and documentation in Simpl…
ogabrielluiz 209d63d
fix: update comment to clarify return value in get_starter_projects_p…
ogabrielluiz eb0be2d
fix: ensure subprocess waits for termination in TestSimpleAgentServe
ogabrielluiz f0ac555
fix: improve asyncio error handling in TestSimpleAgentServe
ogabrielluiz 384651b
refactor: move integration tests for lfx CLI and Simple Agent flow
ogabrielluiz 9a0fcaa
merge main into fix-lfx-serve-asyncio
ogabrielluiz 7fde31e
[autofix.ci] apply automated fixes
autofix-ci[bot] 656ad5e
Merge branch 'release-1.7.0' into fix-lfx-serve-asyncio
Adam-Aghili 1708727
[autofix.ci] apply automated fixes
autofix-ci[bot] 969171e
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/backend/base/langflow/initial_setup/starter_projects/Document Q&A.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/backend/base/langflow/initial_setup/starter_projects/Knowledge Ingestion.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/backend/base/langflow/initial_setup/starter_projects/Knowledge Retrieval.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ackend/base/langflow/initial_setup/starter_projects/Portfolio Website Code Generator.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/backend/base/langflow/initial_setup/starter_projects/Text Sentiment Analysis.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/backend/base/langflow/initial_setup/starter_projects/Vector Store RAG.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # Integration tests for lfx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # CLI integration tests |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.