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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
094f47fa
Commit
094f47fa
authored
Jun 22, 2021
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix contact deletion check
parent
f2924b4b
No related branches found
No related tags found
1 merge request
!4
Release
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
basice2e/deleteContact.gold
+0
-1
0 additions, 1 deletion
basice2e/deleteContact.gold
basice2e/run.sh
+8
-2
8 additions, 2 deletions
basice2e/run.sh
with
8 additions
and
3 deletions
basice2e/deleteContact.gold
deleted
100644 → 0
+
0
−
1
View file @
f2924b4b
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
basice2e/run.sh
+
8
−
2
View file @
094f47fa
...
@@ -726,14 +726,20 @@ set -e
...
@@ -726,14 +726,20 @@ set -e
echo
"TESTS EXITED SUCCESSFULLY, CHECKING OUTPUT..."
echo
"TESTS EXITED SUCCESSFULLY, CHECKING OUTPUT..."
set
+x
set
+x
diff
-aruN
clients.goldoutput
$CLIENTCLEAN
diff
-aruN
clients.goldoutput
$CLIENTCLEAN
cat
$CLIENTOUT
/client42.log |
grep
-a
"Could not confirm authentication channel for"
>
results/deleteContact.txt
||
true
cat
$CLIENTOUT
/client42.log |
grep
-a
"Could not confirm authentication channel"
>
results/deleteContact.txt
||
true
echo
"CHECKING FOR SUCCESSFUL CONTACT DELETION"
if
[
-s
results/deleteContact.txt
]
then
echo
"CONTACT DELETION SUCCESSFUL"
else
[
-s
results/deleteContact.txt
]
fi
if
[
"
$PERMISSIONING
"
==
""
]
if
[
"
$PERMISSIONING
"
==
""
]
then
then
#cat $CLIENTOUT/* | strings | grep -e "ERROR" -e "FATAL" > results/client-errors || true
#cat $CLIENTOUT/* | strings | grep -e "ERROR" -e "FATAL" > results/client-errors || true
#diff -ruN results/client-errors.txt noerrors.txt
#diff -ruN results/client-errors.txt noerrors.txt
diff
-ruN
results/results/deleteContact.txt deleteContact.gold
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
"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
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
diff
-aruN
results/server-errors.txt noerrors.txt
...
...
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