Skip to content

Commit d5d45ca

Browse files
add comments on test case
1 parent e8f0343 commit d5d45ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/scp-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
- name: Setup test user
9696
run: sudo useradd -p password jak
9797

98+
# This is a regression test for a reported hang with SCP file transfer.
99+
# Verifying the error from a bad directory is propogated back, and
100+
# that the direcotry/file is not created. To account for potential
101+
# hanging of the operation, the timeout is set to 1 minute.
98102
- name: Run SCP example test
99103
timeout-minutes: 1
100104
working-directory: ./wolfssh/

0 commit comments

Comments
 (0)