Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reputation_tracker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
hive
reputation_tracker
Commits
baf2fc65
Commit
baf2fc65
authored
3 weeks ago
by
Michal Zander
Browse files
Options
Downloads
Patches
Plain Diff
Adjust test for scripts
parent
290d4dbe
No related branches found
No related tags found
1 merge request
!98
Add pattern tests for REST API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/functional/test_scripts.sh
+10
-6
10 additions, 6 deletions
tests/functional/test_scripts.sh
with
10 additions
and
6 deletions
tests/functional/test_scripts.sh
+
10
−
6
View file @
baf2fc65
...
...
@@ -42,18 +42,22 @@ while [ $# -gt 0 ]; do
shift
done
pushd
"
$script_dir
/.."
echo
"Test 1. Generate version..."
./scripts/generate_version_sql.sh
"
$script_dir
/.."
echo
"Generate version completed successfully"
popd
pushd
"
$script_dir
"
echo
"Test
1
. Reinstall app..."
echo
"Test
2
. Reinstall app..."
./install_app.sh
--host
=
"
$POSTGRES_HOST
"
echo
"Reinstall completed successfully"
echo
"Test
2
. Uninstall app
, leave indexes
..."
echo
"Test
3
. Uninstall app..."
./uninstall_app.sh
--host
=
"
$POSTGRES_HOST
"
echo
"Uninstall app completed successfully"
echo
"Test 3. Clear indexes..."
./uninstall_app.sh
--host
=
"
$POSTGRES_HOST
"
--drop-indexes
echo
"Uninstall app and clear indexes completed successfully"
popd
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