PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Update docs for e207113 (#21373) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
2 hours ago
docs: Add release notes for `prefect-redis==0.2.10` (#21416) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s <alex.s@prefect.io> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
2 hours ago
Update AGENTS.md files for f77d1be (#21415) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
2 hours ago
Fix flaky tests: SubprocessASGIServer singleton cleanup and SQLite lock retry (#21405) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alexander Streed <ajstreed1@gmail.com>
main
2 hours ago
fix: fix SubprocessASGIServer singleton cleanup causing test_prefect_test_harness flakiness The SubprocessASGIServer.stop() method had a bug where it tried to remove the instance from _instances using self.port as the key, but after start() changes self.port from None to the actual port number, the original key (None) was never cleaned up. This left stale singleton instances that could be reused by prefect_test_harness(), causing it to skip starting a fresh server and instead reuse one connected to the wrong database. Changes: - Fix SubprocessASGIServer.stop() to find and remove the instance by identity rather than by port key, ensuring proper cleanup regardless of port changes. - Add a defensive test_server.stop() call in prefect_test_harness() before start() to force-stop any lingering server from a previous test, ensuring a fresh process with the correct temporary database settings. Co-authored-by: Alex S <alex.s@prefect.io> Co-Authored-By: bot_apk <apk@cognition.ai>
devin/1775239487-fix-test-harness-singleton
3 hours ago
docs: Add release notes for 3.6.25 (#21413) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alex S <alex.s@prefect.io> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
4 hours ago
Move deletion count assertion outside retry loop Address review feedback: only retry the transient 503 status check, keep the deletion count assertion outside the retry loop so a wrong count from a successful request is never masked by retrying. Co-authored-by: Andrew Katz <andrew@prefect.io> Co-Authored-By: bot_apk <apk@cognition.ai>
devin/1775160319-fix-flaky-tests
4 hours ago
Update AGENTS.md files for 35b1d2a (#21412) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
4 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: fix SubprocessASGIServer singleton cleanup causing test_prefect_test_harness flakiness
#21414
3 hours ago
29c9a5b
devin/1775239487-fix-test-harness-singleton
CodSpeed Performance Gauge
0%
Fix flaky tests: SubprocessASGIServer singleton cleanup and SQLite lock retry
#21405
4 hours ago
c5ccf09
devin/1775160319-fix-flaky-tests
CodSpeed Performance Gauge
0%
fix: skip Submitting state proposal in `prefect flow-run execute` CLI path
#21411
4 hours ago
bedc5a3
devin/1775235163-cli-execute-skip-submitting
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs