summaryrefslogtreecommitdiff
path: root/lib9p/tests/testclient-hangup.explog
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-08 04:02:13 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-08 04:02:13 -0600
commitdb1b4b4cc41c84ec4c8e11418431a1ab2a1001c5 (patch)
tree54fa10580413b4b1dfbd9b22a52fffca834f772e /lib9p/tests/testclient-hangup.explog
parentbc1c776e238fb15444f7aa74da9c4d0edc50906b (diff)
parent53d0b11262177cd212803fc9330e055871c348b3 (diff)
Merge remote-tracking branch 'origin/main' into lukeshu/fix-obj-box
Diffstat (limited to 'lib9p/tests/testclient-hangup.explog')
-rw-r--r--lib9p/tests/testclient-hangup.explog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib9p/tests/testclient-hangup.explog b/lib9p/tests/testclient-hangup.explog
new file mode 100644
index 0000000..568b0fc
--- /dev/null
+++ b/lib9p/tests/testclient-hangup.explog
@@ -0,0 +1,14 @@
+# lib9p/tests/testclient-hangup.explog - Expected 9P logfile of testclient-hangup
+#
+# Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com>
+# SPDX-License-Identifier: AGPL-3.0-or-later
+> Tversion { tag=0 max_msg_size=8192 version="9P2000" }
+< Rversion { tag=0 max_msg_size=4120 version="9P2000" }
+> Tattach { tag=0 fid=0 afid=NOFID uname="nobody" aname="" unum=0 }
+< Rattach { tag=0 qid={ type=(DIR) vers=1 path=1 } }
+> Twalk { tag=0 fid=0 newfid=0 nwname=1 wname=[ "shutdown" ] }
+< Rwalk { tag=0 nwqid=1 wqid=[ { type=(APPEND) vers=1 path=5 } ] }
+> Topen { tag=0 fid=0 mode=(MODE_WRITE) }
+< Ropen { tag=0 qid={ type=(APPEND) vers=1 path=5 } iounit=0 }
+> Twrite { tag=0 fid=0 offset=0 count=2 data="1\n" }
+< Rwrite { tag=0 count=2 }