Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
a2d72d21
Commit
a2d72d21
authored
4 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Remove DUMMYOUT
parent
5a5e6b23
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+0
-4
0 additions, 4 deletions
basice2e/run.sh
with
0 additions
and
4 deletions
basice2e/run.sh
+
0
−
4
View file @
a2d72d21
...
...
@@ -30,7 +30,6 @@ PERMISSIONING=$1
SERVERLOGS
=
results/servers
GATEWAYLOGS
=
results/gateways
CLIENTOUT
=
results/clients
DUMMYOUT
=
results/dummy-console.txt
UDBOUT
=
results/udb-console.txt
CLIENTCLEAN
=
results/clients-cleaned
...
...
@@ -480,9 +479,6 @@ then
cat
$SERVERLOGS
/server-
*
.log |
grep
-a
"ERROR"
|
grep
-a
-v
"context"
|
grep
-av
"metrics"
|
grep
-av
"database"
>
results/server-errors.txt
||
true
cat
$SERVERLOGS
/server-
*
.log |
grep
-a
"FATAL"
|
grep
-a
-v
"context"
|
grep
-av
"transport is closing"
|
grep
-av
"database"
>>
results/server-errors.txt
||
true
diff
-aruN
results/server-errors.txt noerrors.txt
cat
$DUMMYOUT
|
grep
-a
"ERROR"
|
grep
-av
"context"
|
grep
-av
"failed
\
to
\
read
\
certificate"
>
results/dummy-errors.txt
||
true
cat
$DUMMYOUT
|
grep
-a
"FATAL"
|
grep
-av
"context"
>>
results/dummy-errors.txt
||
true
diff
-aruN
results/dummy-errors.txt noerrors.txt
IGNOREMSG
=
"GetRoundBufferInfo: Error received: rpc error: code = Unknown desc = round buffer is empty"
cat
$GATEWAYLOGS
/
*
.log |
grep
-a
"ERROR"
|
grep
-av
"context"
|
grep
-av
"certificate"
|
grep
-av
"Failed to read key"
|
grep
-av
"
$IGNOREMSG
"
>
results/gateway-errors.txt
||
true
cat
$GATEWAYLOGS
/
*
.log |
grep
-a
"FATAL"
|
grep
-av
"context"
|
grep
-av
"transport is closing"
>>
results/gateway-errors.txt
||
true
...
...
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