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
Automate
Agent sessions
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
!532
Update Java 11 to Java 17
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update Java 11 to Java 17
java-17
into
development
Overview
2
Commits
9
Pipelines
0
Changes
6
All threads resolved!
Thread options
Hide all comments
Merged
Update Java 11 to Java 17
Chris Lemaire
requested to merge
java-17
into
development
Sep 16, 2021
Overview
2
Commits
9
Pipelines
0
Changes
6
All threads resolved!
Thread options
Hide all comments
Make sure to read our
contributing guide
Edited
Dec 13, 2021
by
Otto Visser
0
0
Merge request reports
Compare
development
version 9
7b61d80b
Dec 2, 2021
version 8
58082885
Dec 2, 2021
version 7
46de8df5
Dec 2, 2021
version 6
957ae087
Dec 2, 2021
version 5
5ad8da28
Dec 2, 2021
version 4
c966b608
Dec 2, 2021
version 3
1e7583d4
Dec 2, 2021
version 2
b2edaec3
Sep 16, 2021
version 1
913d5065
Sep 16, 2021
development (base)
and
latest version
latest version
d4ae6393
9 commits,
Dec 3, 2021
version 9
7b61d80b
8 commits,
Dec 2, 2021
version 8
58082885
7 commits,
Dec 2, 2021
version 7
46de8df5
6 commits,
Dec 2, 2021
version 6
957ae087
5 commits,
Dec 2, 2021
version 5
5ad8da28
4 commits,
Dec 2, 2021
version 4
c966b608
3 commits,
Dec 2, 2021
version 3
1e7583d4
2 commits,
Dec 2, 2021
version 2
b2edaec3
1 commit,
Sep 16, 2021
version 1
913d5065
1 commit,
Sep 16, 2021
6 files
+
117
−
62
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
scripts/migration-cross-branch-test.sh
+
2
−
2
View file @ d4ae6393
Edit in single-file editor
Open in Web IDE
Show full file
@@ -35,7 +35,7 @@ if [ ! -f "$THIS_FILE" ]; then
fi
./gradlew clean
./gradlew
test
--tests
"*.MigrationApplicationTest"
-i
./gradlew
test
--tests
"*.MigrationApplicationTest"
-i
-x
generateGitProperties
EXIT_CODE
=
$?
git checkout -
@@ -51,6 +51,6 @@ fi
# Then run the migration test on current branch, but without loading a new database to see if data transfer is okay
./gradlew clean
./gradlew
test
--tests
"*.NoDbMigrationApplicationTest"
-i
./gradlew
test
--tests
"*.NoDbMigrationApplicationTest"
-i
-x
generateGitProperties
exit
$?
Loading