Commit 2faa56f
committed
Fix flaky SCIM pagination test by limiting raw GET to count=1
The raw GET to /scim/v2/Groups was fetching the full result set just
to read totalResults. On workspaces with many groups, serializing the
full response exceeds the 60s read timeout, causing retries and
eventual failure after 5 minutes. SCIM always returns totalResults
regardless of page size, so count=1 is sufficient.
Co-authored-by: Isaac1 parent d5f5756 commit 2faa56f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments