Asnyc testing#604
Merged
crivetimihai merged 22 commits intoIBM:mainfrom Aug 10, 2025
Merged
Conversation
Member
PR Review Comment - Action Items Required🔄 Rebase RequiredThis branch is significantly behind main and needs rebasing before review. ✅ Steps to Fix:1. Rebase on latest maingit fetch origin main
git rebase origin/main2. Resolve conflicts - Keep these from main:
3. Preserve your async changes:
4. Verify after rebase:
5. Clean up commits:
|
Collaborator
Author
Q&A
Github workflows doesn't recognize the new scripts if not included in Manifest
Moved to dev dependencies as they are indeed dev only. Oops! Checks
|
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Sebastian <sebastian.iozu@ibm.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
c765154 to
f6f6bf3
Compare
Member
|
Updated PR - Rebased onto main and fixed formatting/linting issues:
All CI checks should now pass cleanly. The branch is up-to-date with main and all formatting/linting tools are satisfied. |
crivetimihai
approved these changes
Aug 10, 2025
Member
crivetimihai
left a comment
There was a problem hiding this comment.
Rebased and fixed all issues
vk-playground
pushed a commit
to vk-playground/mcp-context-forge
that referenced
this pull request
Sep 14, 2025
* Add new Makefile targets Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add new config for make targets Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add new async testing files Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Async safety unit test Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add github workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Update documentation Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Fix yamlint issues Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add asyncpg module in workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Remove installation dependency in workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Update MANIFEST.in Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Install dependency for async Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Fix async testing Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Remove reports Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Pylint mcpgateway/bootstrap_db.py Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add dev dependencies Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Relint Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Rebase, lint and fix pylint issues Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Rebase, lint and fix pylint issues Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Sebastian <sebastian.iozu@ibm.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Sebastian <sebastian.iozu@ibm.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
vk-playground
pushed a commit
to vk-playground/mcp-context-forge
that referenced
this pull request
Sep 14, 2025
* Add new Makefile targets Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add new config for make targets Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add new async testing files Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Async safety unit test Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add github workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Update documentation Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Fix yamlint issues Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add asyncpg module in workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Remove installation dependency in workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Update MANIFEST.in Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Install dependency for async Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Fix async testing Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Remove reports Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Pylint mcpgateway/bootstrap_db.py Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add dev dependencies Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Relint Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Rebase, lint and fix pylint issues Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Rebase, lint and fix pylint issues Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Sebastian <sebastian.iozu@ibm.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Sebastian <sebastian.iozu@ibm.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
vk-playground
pushed a commit
to vk-playground/mcp-context-forge
that referenced
this pull request
Sep 16, 2025
* Add new Makefile targets Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add new config for make targets Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add new async testing files Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Async safety unit test Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add github workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Update documentation Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Fix yamlint issues Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add asyncpg module in workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Remove installation dependency in workflow Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Update MANIFEST.in Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Install dependency for async Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Fix async testing Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Remove reports Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Pylint mcpgateway/bootstrap_db.py Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Add dev dependencies Signed-off-by: Sebastian <sebastian.iozu@ibm.com> * Relint Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Rebase, lint and fix pylint issues Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Rebase, lint and fix pylint issues Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Cleanup manifest.in Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Sebastian <sebastian.iozu@ibm.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Sebastian <sebastian.iozu@ibm.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR closes #254
Known issues:
make profile-serve) appends the file path twice when opening a report (causing an error)New targets
Make targets
Github workflow
Unit tests