Skip to content

fix: Agent/SessionTTY flake waiting for terminal prompt #1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Conversation

kylecarbs
Copy link
Member

@kylecarbs kylecarbs commented Apr 14, 2022

For an unknown reason, the prompt wouldn't appear on Windows
randomly in CI. This shouldn't be a necessary check anyways,
because terminal input will be buffered.

@kylecarbs kylecarbs self-assigned this Apr 14, 2022
For an unknown reason, the prompt wouldn't appear on Windows
randomly in CI. This shouldn't be a necessary check anyways,
because terminal input will be buffered.
@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #1002 (5635ff0) into main (42e9956) will decrease coverage by 10.06%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #1002       +/-   ##
===========================================
- Coverage   66.62%   56.55%   -10.07%     
===========================================
  Files         249      132      -117     
  Lines       14686    13391     -1295     
  Branches      135        0      -135     
===========================================
- Hits         9784     7573     -2211     
- Misses       3923     4936     +1013     
+ Partials      979      882       -97     
Flag Coverage Δ
unittest-go-macos-latest ?
unittest-go-postgres- ?
unittest-go-ubuntu-latest 56.55% <ø> (+0.05%) ⬆️
unittest-js ?
Impacted Files Coverage Δ
coderd/database/queries.sql.go 0.00% <0.00%> (-83.66%) ⬇️
coderd/database/pubsub.go 0.00% <0.00%> (-77.78%) ⬇️
coderd/database/db.go 0.00% <0.00%> (-55.18%) ⬇️
coderd/database/migrate.go 0.00% <0.00%> (-45.00%) ⬇️
provisionersdk/serve.go 35.13% <0.00%> (-8.11%) ⬇️
provisionersdk/transport.go 78.72% <0.00%> (-6.39%) ⬇️
coderd/httpapi/httpapi.go 66.25% <0.00%> (-6.25%) ⬇️
coderd/coderdtest/coderdtest.go 93.24% <0.00%> (-6.09%) ⬇️
cli/start.go 59.14% <0.00%> (-4.99%) ⬇️
coderd/provisionerdaemons.go 58.83% <0.00%> (-4.64%) ⬇️
... and 123 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42e9956...5635ff0. Read the comment docs.

@kylecarbs kylecarbs enabled auto-merge (squash) April 14, 2022 15:54
@kylecarbs kylecarbs merged commit 3304db0 into main Apr 14, 2022
@kylecarbs kylecarbs deleted the agentflake branch April 14, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants