Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
547d30ed
Commit
547d30ed
authored
Jul 21, 2003
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Check for overflow, bad suffixes, and negative values for time
parameters.
parent
b4230a16
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/testsuite/lyskomd.0/37.exp
+25
-0
25 additions, 0 deletions
src/server/testsuite/lyskomd.0/37.exp
with
25 additions
and
0 deletions
src/server/testsuite/lyskomd.0/37.exp
+
25
−
0
View file @
547d30ed
...
...
@@ -79,6 +79,8 @@ system "kill -HUP $lyskomd_pid"
client_death 0
lyskomd_death "" signal
##################################################################
lyskomd_start "" "Garb busy postponement: 1 microfortnight
Garb timeout: 1us
Sync timeout: 10 us
...
...
@@ -136,3 +138,26 @@ if {$debug_calls} {
system "kill -HUP $lyskomd_pid"
client_death 0
lyskomd_death "" signal
##################################################################
lyskomd_fail_start {
"Overflow for parameter Garb timeout \\(\[0-9.\]* seconds\\)"
"assigner for Garb timeout failed"
"Overflow for parameter Sync timeout \\(\[0-9.\]* seconds\\)"
"assigner for Sync timeout failed"
"Overflow for parameter Garb interval \\(\[0-9.\]* days\\)"
"assigner for Garb interval failed"
"Overflow for parameter Sync retry interval \\(\[0-9.\]* us\\)"
"assigner for Sync retry interval failed"
"Please fix the above errors in config/lyskomd-config and restart lyskomd"
} "" [exec ./timeval-overflow]
lyskomd_fail_start {
"Bad suffix for parameter Garb interval"
"assigner for Garb interval failed"
"Negative values not supported for parameter Sync timeout"
"assigner for Sync timeout failed"
"Please fix the above errors in config/lyskomd-config and restart lyskomd"
} "" "Garb interval: 4 lifetimes
Sync timeout: -2 us"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment