fix(test): remove retry masking and output filtering in database integration test #910

Merged
freemo merged 2 commits from fix/integration-db-retry-masking into master 2026-03-14 04:02:56 +00:00
Owner

Summary

Fixes #898

  • Removed silent retry logic in Run Python Script keyword that masked intermittent failures by retrying once on empty stdout + non-zero RC
  • Tightened output filtering: changed in to startswith so only lines beginning with log prefixes are filtered (not lines containing those strings in the middle)
  • Removed [error from the filter list — error lines should never be silently discarded from test output

Part of Epic #892.

## Summary Fixes #898 - Removed silent retry logic in `Run Python Script` keyword that masked intermittent failures by retrying once on empty stdout + non-zero RC - Tightened output filtering: changed `in` to `startswith` so only lines beginning with log prefixes are filtered (not lines containing those strings in the middle) - Removed `[error` from the filter list — error lines should never be silently discarded from test output Part of Epic #892.
freemo scheduled this pull request to auto merge when all checks succeed 2026-03-14 03:05:52 +00:00
freemo force-pushed fix/integration-db-retry-masking from 67f1481b0c to 447328a92d 2026-03-14 03:56:19 +00:00 Compare
freemo merged commit 447328a92d into master 2026-03-14 04:02:56 +00:00
freemo deleted branch fix/integration-db-retry-masking 2026-03-14 04:02:57 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cleveragents/cleveragents-core#910