Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
EIP
Labrador
Queue
Merge requests
!456
Resolve "Max X people lab"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Max X people lab"
430-max-x-people-lab
into
development
Overview
12
Commits
12
Pipelines
0
Changes
190
Merged
Resolve "Max X people lab"
Otto Visser
requested to merge
430-max-x-people-lab
into
development
Aug 16, 2021
Overview
8
Commits
12
Pipelines
0
Changes
190
Make sure to read our
contributing guide
Closes
#430 (closed)
Edited
Aug 23, 2021
by
Chris Lemaire
0
0
Merge request reports
Compare
development
version 19
624ddbbe
Aug 23, 2021
version 18
eab34918
Aug 23, 2021
version 17
aaf1d488
Aug 23, 2021
version 16
4ef08af8
Aug 23, 2021
version 15
3c3863c6
Aug 23, 2021
version 14
91a58034
Aug 23, 2021
version 13
2000f890
Aug 23, 2021
version 12
d96c5e4e
Aug 23, 2021
version 11
e5bdb4c0
Aug 23, 2021
version 10
d8371943
Aug 23, 2021
version 9
f8bedea4
Aug 22, 2021
version 8
2634088a
Aug 22, 2021
version 7
82ba40a9
Aug 22, 2021
version 6
1495d1e8
Aug 22, 2021
version 5
0ad017cc
Aug 21, 2021
version 4
4aa61d11
Aug 21, 2021
version 3
70df6b5b
Aug 20, 2021
version 2
0dd41831
Aug 18, 2021
version 1
a3a278cc
Aug 17, 2021
development (base)
and
latest version
latest version
707c2a65
12 commits,
Aug 23, 2021
version 19
624ddbbe
12 commits,
Aug 23, 2021
version 18
eab34918
12 commits,
Aug 23, 2021
version 17
aaf1d488
11 commits,
Aug 23, 2021
version 16
4ef08af8
11 commits,
Aug 23, 2021
version 15
3c3863c6
11 commits,
Aug 23, 2021
version 14
91a58034
11 commits,
Aug 23, 2021
version 13
2000f890
13 commits,
Aug 23, 2021
version 12
d96c5e4e
13 commits,
Aug 23, 2021
version 11
e5bdb4c0
13 commits,
Aug 23, 2021
version 10
d8371943
12 commits,
Aug 23, 2021
version 9
f8bedea4
12 commits,
Aug 22, 2021
version 8
2634088a
12 commits,
Aug 22, 2021
version 7
82ba40a9
10 commits,
Aug 22, 2021
version 6
1495d1e8
10 commits,
Aug 22, 2021
version 5
0ad017cc
9 commits,
Aug 21, 2021
version 4
4aa61d11
9 commits,
Aug 21, 2021
version 3
70df6b5b
7 commits,
Aug 20, 2021
version 2
0dd41831
5 commits,
Aug 18, 2021
version 1
a3a278cc
4 commits,
Aug 17, 2021
190 files
+
7032
−
2403
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
190
scripts/migration-cross-branch-test.sh
+
2
−
2
View file @ 707c2a65
Edit in single-file editor
Open in Web IDE
Show full file
@@ -34,7 +34,7 @@ if [ ! -f "$THIS_FILE" ]; then
exit
0
fi
./gradlew
test
--tests
"*.MigrationApplicationTest"
-i
S
./gradlew
test
--tests
"*.MigrationApplicationTest"
-i
EXIT_CODE
=
$?
git checkout -
@@ -49,6 +49,6 @@ fi
# Then run the migration test on current branch, but without loading a new database to see if data transfer is okay
./gradlew
test
--tests
"*.NoDbMigrationApplicationTest"
-i
S
./gradlew
test
--tests
"*.NoDbMigrationApplicationTest"
-i
exit
$?
Loading