Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
e416a33e
Commit
e416a33e
authored
Nov 15, 2001
by
Per Cederqvist
Browse files
Comments added.
parent
cefeb959
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/lyskomd.0/03.exp
View file @
e416a33e
...
...
@@ -149,18 +149,23 @@ extracting_expect "=1012 ($any_time)" user_active_0 1
send "1013 81\n"
simple_expect "=1013 8 { 0 5 7 8 9 11 12 13 }"
# Check that the server returns "long-array" if a too long
# array is passed to the accept-async.
# The next line is split in two to avoid filling the pty buffer.
send "1014 80 129 { 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81\n"
send "82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 }\n"
simple_expect "%1014 46 0"
# The above request should not have modified the list of accepted asyncs.
send "1015 81\n"
simple_expect "=1015 8 { 0 5 7 8 9 11 12 13 }"
# This array isn't too long, but it contains illegal aux-items.
send "1016 80 128 { 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81\n"
send "82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 129 }\n"
simple_expect "%1016 50 1"
# Make sure all legal aux-items were added to the list of accepted asyncs.
send "1017 81\n"
simple_expect "=1017 14 { 0 5 6 7 8 9 11 12 13 14 15 16 17 18 }"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment