Skip to content
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

Test Coverage for No Local PTY and Remote PTY #991

Closed
russjones opened this issue May 16, 2017 · 1 comment
Closed

Test Coverage for No Local PTY and Remote PTY #991

russjones opened this issue May 16, 2017 · 1 comment
Assignees

Comments

@russjones
Copy link
Contributor

Issue

Teleport needs test coverage of how the server should behave when you have no local PTY but have a remote PTY.

We essentially want to test something like this:

seq 2 | ssh -tt localhost 'stty -opost; echo'

Where the expected output is 1\r\n2\r\n\n but the test for this was flakey either because of a bug in the PTY library we are using or elsewhere. We need to hunt this down and re-add a test for this.

@russjones
Copy link
Contributor Author

Closing this in favor of #975

hatched pushed a commit to hatched/teleport-merge that referenced this issue Nov 30, 2022
…l#991)

* display audit log events with UTC time

* added UTC to column headers on recordings and audit log

* prettier

* moved utc creation to api response

* move timezone offset to display time function

* removed unused imports

* display date string only
hatched pushed a commit that referenced this issue Dec 20, 2022
* display audit log events with UTC time

* added UTC to column headers on recordings and audit log

* prettier

* moved utc creation to api response

* move timezone offset to display time function

* removed unused imports

* display date string only
hatched pushed a commit that referenced this issue Feb 1, 2023
* display audit log events with UTC time

* added UTC to column headers on recordings and audit log

* prettier

* moved utc creation to api response

* move timezone offset to display time function

* removed unused imports

* display date string only
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

No branches or pull requests

1 participant