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
8485cc65
Commit
8485cc65
authored
2 years ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Tests for testing against old clients
parent
990d13ab
Branches
josh/groupCreationScript
Branches containing commit
No related tags found
1 merge request
!29
Draft: Tests for testing against old clients session files
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basice2e/old-clients.sh
+20
-0
20 additions, 0 deletions
basice2e/old-clients.sh
basice2e/run.sh
+162
-141
162 additions, 141 deletions
basice2e/run.sh
with
182 additions
and
141 deletions
basice2e/old-clients.sh
0 → 100755
+
20
−
0
View file @
8485cc65
set
-e
#echo Initialization Upgrade
#OLDCLIENT="client-release" OLDDIVISE=2 ./run.sh > init-upgrade.txt 2>&1
#echo Initialization Cross-Version
#OLDCLIENT="client-release" OLDDIVISE=0 ./run.sh > init-cross-version.txt 2>&1
echo
Upgraded Messaging pass 1
./run.sh
>
messaging-upgraded-pass1.txt 2>&1
echo
Upgraded Messaging pass 2
CLIENTSUFFIX
=
"-release"
SKIPCLEAN
=
1
EXTRACLIENTFLAGS
=
"--force-legacy"
./run.sh
>
messaging-upgraded-pass2.txt 2>&1
echo
Cross-Version Messaging pass 1
./run.sh
>
messaging-cross-pass1.txt 2>&1
echo
Cross-Version Messaging pass 2
CLIENTSUFFIX
=
"-release"
SKIPCLEAN
=
1
CLIENTTWO
=
"client-release"
./run.sh
>
messaging-cross-pass2.txt 2>&1
echo
Cross-Version Full
CLIENTTWO
=
"client-release"
./run.sh
>
full-crossversion.txt 2>&1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
basice2e/run.sh
+
162
−
141
View file @
8485cc65
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