Skip to content

Fix Flaxy Tests#396

Merged
devhawk merged 2 commits into
mainfrom
devhawk/fix-tests
May 22, 2026
Merged

Fix Flaxy Tests#396
devhawk merged 2 commits into
mainfrom
devhawk/fix-tests

Conversation

@devhawk
Copy link
Copy Markdown
Collaborator

@devhawk devhawk commented May 22, 2026

A bunch of tests were failing because of an execution window where a workflow was started before recoverPendingWorkflows on launch could run, thus attempting to recover workflows started by tests instead of previously pending. switched to using listWorkflows with a withEndTime clause prior to launch completion.

Also took the opportunity to remove sys db getPendingWorkflows since listWorkflows can handle that

Also fixed a couple of other minor test issues + a missing conductor pingTimeout cancellation

@devhawk devhawk requested review from kraftp, maxdml and qianl15 May 22, 2026 22:27
@devhawk devhawk merged commit 9184328 into main May 22, 2026
17 checks passed
@devhawk devhawk deleted the devhawk/fix-tests branch May 22, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants