You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Documentation] The unencrypted servers have debug off
49
+
PG Session Debug On Unencryopted Server Behaviour Canonical
50
+
[Documentation] The unencrypted servers also have debug on
51
51
Set Environment Variable PGHOST ${PSQL_CLIENT_HOST}
52
52
Set Environment Variable PGPORT ${PG_SRV_PORT_UNENCRYPTED}
53
53
Set Environment Variable PGUSER stackql
@@ -61,6 +61,11 @@ PG Session Debug Off Behaviour Canonical
61
61
... repo | has_starred
62
62
... ------+-------------
63
63
... (0 rows)
64
+
${outputErrStr} = Catenate SEPARATOR=\n
65
+
... NOTICE: a notice level event has occurred
66
+
... DETAIL: http response status code: 403, response body: "{\\"message\\":\\"API rate limit exceeded for 111.1111.111.11. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) If you reach out to GitHub Support for help, please include the request ID AAAA:AAAA:BBBBBB:BBBBBB:BBBBBBBB and timestamp 2025-01-01 01:00:00 UTC.\\",\\"documentation_url\\":\\"https://docs.github.com/rest/overview/rate-limits-for-the-rest-api\\",\\"status\\":\\"403\\"}"
67
+
...
68
+
... http response status code: 403, response body: "{\\"message\\":\\"API rate limit exceeded for 111.1111.111.11. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) If you reach out to GitHub Support for help, please include the request ID AAAA:AAAA:BBBBBB:BBBBBB:BBBBBBBB and timestamp 2025-01-01 01:00:00 UTC.\\",\\"documentation_url\\":\\"https://docs.github.com/rest/overview/rate-limits-for-the-rest-api\\",\\"status\\":\\"403\\"}"
64
69
${posixInput} = Catenate
65
70
... "${PSQL_EXE}" -c "${inputStr}"
66
71
${windowsInput} = Catenate
@@ -69,19 +74,19 @@ PG Session Debug Off Behaviour Canonical
69
74
${shellExe} = Set Variable If "${IS_WINDOWS}" == "1" powershell sh
0 commit comments