coder/testutil
Asher 02ee724d9f
fix: do terminal emulation in reconnecting pty tests (#9114)
It looks like it is possible for screen to use control sequences instead
of literal newlines which fails the tests.

This reuses the existing readUntil function used in other pty tests.
2023-08-16 13:02:03 -08:00
..
certificate.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
ci.go chore(coderd): remove timing check (#7144) 2023-04-17 17:40:02 +00:00
ctx.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
duration.go test(testutil): increase wait times to reduce flakes (#8576) 2023-07-18 17:25:54 +03:00
duration_windows.go test(testutil): increase wait times to reduce flakes (#8576) 2023-07-18 17:25:54 +03:00
enable_timing.go chore: skip timing-sensistive AgentMetadata test in the standard suite (#7237) 2023-05-02 10:41:41 +00:00
eventually.go chore: update to go 1.20 (#5968) 2023-02-02 12:36:27 -06:00
eventually_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
oauth2.go feat: pass `access_token` to `coder_git_auth` resource (#6713) 2023-03-22 19:37:08 +00:00
pty.go fix: do terminal emulation in reconnecting pty tests (#9114) 2023-08-16 13:02:03 -08:00
race.go fix(cli)!: protect client Logger and refactor cli scaletest tests (#8317) 2023-07-06 09:43:39 +01:00
race_off.go fix(cli)!: protect client Logger and refactor cli scaletest tests (#8317) 2023-07-06 09:43:39 +01:00
race_on.go fix(cli)!: protect client Logger and refactor cli scaletest tests (#8317) 2023-07-06 09:43:39 +01:00
temp.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
timing.go chore: skip timing-sensistive AgentMetadata test in the standard suite (#7237) 2023-05-02 10:41:41 +00:00