Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
agent-framework
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
12.7k
Code
Issues
537
Pull requests
149
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Python: Reduce flaky integration tests and improve CI signal quality
- #5454
#5454
Merged
chetantoshniwal
merged 20 commits into
main
microsoft/agent-framework:main
from
flaky-test-report
microsoft/agent-framework:flaky-test-report
Copy head branch name to clipboard
May 1, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Python: Reduce flaky integration tests and improve CI signal quality
#5454
chetantoshniwal
merged 20 commits into
main
microsoft/agent-framework:main
from
flaky-test-report
microsoft/agent-framework:flaky-test-report
Copy head branch name to clipboard
Commits
Commits on Apr 23, 2026
Enable Ollama integration tests in CI and rename report to Integration Test Report
Show description for 101f501
Giles Odigwe (giles17)
and
Copilot
committed
101f501
View commit details
Copy full SHA for 101f501
Browse repository at this point
Bump Ollama model to qwen2.5:1.5b for better instruction following
Show description for 733bfb9
Giles Odigwe (giles17)
and
Copilot
committed
733bfb9
View commit details
Copy full SHA for 733bfb9
Browse repository at this point
Commits on Apr 24, 2026
Re-enable reliable streaming integration tests
Show description for dc64d63
Giles Odigwe (giles17)
and
Copilot
committed
dc64d63
View commit details
Copy full SHA for dc64d63
Browse repository at this point
Re-enable skipped Functions/DurableTask tests and bump timeout to 480s
Show description for 9316f2c
Giles Odigwe (giles17)
and
Copilot
committed
9316f2c
View commit details
Copy full SHA for 9316f2c
Browse repository at this point
Commits on Apr 27, 2026
Re-skip failing Functions/DurableTask tests with specific root causes
Show description for f6f8747
Giles Odigwe (giles17)
and
Copilot
committed
f6f8747
View commit details
Copy full SHA for f6f8747
Browse repository at this point
Fix auth routing in samples 06/11: api_key -> credential for Azure OpenAI
Show description for a6e0ab5
Giles Odigwe (giles17)
and
Copilot
committed
a6e0ab5
View commit details
Copy full SHA for a6e0ab5
Browse repository at this point
Re-skip parallel workflow tests: xdist worker distribution issue
Show description for 3745265
Giles Odigwe (giles17)
and
Copilot
committed
3745265
View commit details
Copy full SHA for 3745265
Browse repository at this point
Commits on Apr 28, 2026
Fix E501 line-too-long in azurefunctions parallel test skip reasons
Show description for 386e08e
Giles Odigwe (giles17)
and
Copilot
committed
386e08e
View commit details
Copy full SHA for 386e08e
Browse repository at this point
Add retry logic and port-conflict fix for Ollama CI setup
Show description for e2eba0b
Giles Odigwe (giles17)
and
Copilot
committed
e2eba0b
View commit details
Copy full SHA for e2eba0b
Browse repository at this point
Commits on Apr 29, 2026
Merge branch 'main' into flaky-test-report
Giles Odigwe (giles17)
committed
2e6b999
View commit details
Copy full SHA for 2e6b999
Browse repository at this point
Fix flaky integration tests and re-enable skipped tests
Show description for 072123a
Giles Odigwe (giles17)
and
Copilot
committed
072123a
View commit details
Copy full SHA for 072123a
Browse repository at this point
Remove temperature from foundry hosting test (unsupported by CI model)
Show description for 3ab3370
Giles Odigwe (giles17)
and
Copilot
committed
3ab3370
View commit details
Copy full SHA for 3ab3370
Browse repository at this point
Commits on Apr 30, 2026
Stabilize Ollama tool call integration tests with no-arg function
Show description for acf24ea
Giles Odigwe (giles17)
and
Copilot
committed
acf24ea
View commit details
Copy full SHA for acf24ea
Browse repository at this point
Increase reliable streaming test timeouts from 30s to 60s
Show description for 7ce27dd
Giles Odigwe (giles17)
and
Copilot
committed
7ce27dd
View commit details
Copy full SHA for 7ce27dd
Browse repository at this point
Re-enable workflow parallel tests with xdist_group marker
Show description for 455c28d
Giles Odigwe (giles17)
and
Copilot
committed
455c28d
View commit details
Copy full SHA for 455c28d
Browse repository at this point
Revert "Re-enable workflow parallel tests with xdist_group marker"
Show description for d2de5ba
Giles Odigwe (giles17)
committed
d2de5ba
View commit details
Copy full SHA for d2de5ba
Browse repository at this point
Rename flaky_report to integration_test_report and add try/finally cleanup
Show description for 52589ab
Giles Odigwe (giles17)
and
Copilot
committed
52589ab
View commit details
Copy full SHA for 52589ab
Browse repository at this point
Merge branch 'main' into flaky-test-report
Giles Odigwe (giles17)
committed
0edd5f1
View commit details
Copy full SHA for 0edd5f1
Browse repository at this point
Fix Ollama pull failure propagation and Azure OpenAI vector store readiness
Show description for 097095c
Giles Odigwe (giles17)
and
Copilot
committed
097095c
View commit details
Copy full SHA for 097095c
Browse repository at this point
remove load_dotenv from test file
Giles Odigwe (giles17)
committed
e33d3e5
View commit details
Copy full SHA for e33d3e5
Browse repository at this point
You can’t perform that action at this time.