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
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 13s
CI / build (pull_request) Successful in 14s
CI / quality (pull_request) Successful in 18s
CI / e2e_tests (pull_request) Successful in 24s
CI / security (pull_request) Successful in 31s
CI / typecheck (pull_request) Successful in 36s
CI / unit_tests (pull_request) Successful in 2m12s
CI / integration_tests (pull_request) Successful in 2m39s
CI / docker (pull_request) Successful in 40s
CI / coverage (pull_request) Successful in 4m55s
CI / benchmark-regression (pull_request) Successful in 35m9s
to 447328a92d
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 16s
CI / quality (pull_request) Successful in 19s
CI / e2e_tests (pull_request) Successful in 23s
CI / security (pull_request) Successful in 31s
CI / typecheck (pull_request) Successful in 32s
CI / lint (pull_request) Successful in 43s
CI / unit_tests (pull_request) Successful in 2m10s
CI / docker (pull_request) Successful in 36s
CI / integration_tests (pull_request) Successful in 3m26s
CI / coverage (pull_request) Successful in 5m51s
CI / lint (push) Successful in 12s
CI / build (push) Successful in 14s
CI / quality (push) Successful in 15s
CI / e2e_tests (push) Successful in 25s
CI / typecheck (push) Successful in 29s
CI / security (push) Successful in 29s
CI / benchmark-regression (push) Has been skipped
CI / unit_tests (push) Successful in 2m6s
CI / integration_tests (push) Successful in 2m39s
CI / docker (push) Successful in 36s
CI / coverage (push) Successful in 5m0s
CI / benchmark-publish (push) Successful in 18m54s
CI / benchmark-regression (pull_request) Successful in 36m22s
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 milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!910
No description provided.