Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7fffb5a
Support configurable database node counts
tkilias Jun 26, 2026
a8c2d73
Format API access tests
tkilias Jun 26, 2026
496c575
Stabilize slow integration checks
tkilias Jun 26, 2026
11ab511
Harden generated API error parsing
tkilias Jun 26, 2026
db92e62
Stabilize deletion polling in integration helpers
tkilias Jun 26, 2026
e23ad33
Parallelize slow checks with dynamic matrix
tkilias Jun 27, 2026
103c4ff
Handle transient None responses while polling deletions
tkilias Jun 27, 2026
79865dc
Increase delete polling timeouts
tkilias Jun 27, 2026
6fb959e
Add debug logging for API helper responses
tkilias Jun 27, 2026
3fb663c
Fix stale delete polling in integration helpers
tkilias Jun 27, 2026
037a1e1
Handle transitional database delete states
tkilias Jun 27, 2026
c239b07
Split database integration tests
tkilias Jun 27, 2026
2ae97da
Resolve allowed IPs from visible list
tkilias Jun 27, 2026
5e27802
Remove unused allowed IP import
tkilias Jun 27, 2026
a7e86e9
Remove stale allowed IP test helper
tkilias Jun 27, 2026
636429c
Use unique CIDR in allowed IP integration test
tkilias Jun 27, 2026
aa06d1b
Use allowed IP get endpoint for polling
tkilias Jun 27, 2026
77acb98
Increase allowed IP polling timeouts
tkilias Jun 27, 2026
836e097
Revert "Support configurable database node counts"
tkilias Jun 27, 2026
ef6725d
Revert "Format API access tests"
tkilias Jun 27, 2026
e956bb8
Remove accidental .codex artifact
tkilias Jun 27, 2026
845215d
Remove num_nodes leak from PR1
tkilias Jun 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
SAAS_PAT: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_PAT }}
PROJECT_SHORT_TAG: SAPIPY
PYTEST_ADDOPTS: '-o log_cli=true -o log_cli_level=INFO'
PYTEST_ADDOPTS: '-o log_cli=true -o log_cli_level=DEBUG'

- name: Upload Artifacts
id: upload-artifacts
Expand Down
Loading
Loading