-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to next version of the software 5.3.9-SNAPSHOT
- Loading branch information
1 parent
904198a
commit 4887a63
Showing
51 changed files
with
341 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
docker-compose run --rm --service-ports biosamples-agents-solr java -jar agents-solr-5.3.8-SNAPSHOT.jar | ||
docker-compose run --rm --service-ports biosamples-agents-solr java -jar agents-solr-5.3.9-SNAPSHOT.jar | ||
echo "Successfully runned agents" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
./docker-webapp.sh --clean | ||
|
||
|
||
docker-compose up -d biosamples-agents-solr | ||
docker-compose up -d biosamples-agents-upload-workers | ||
|
||
#ARGS=--spring.profiles.active=big | ||
for X in 1 2 3 4 5 6 | ||
do | ||
echo "============================================================================================================" | ||
echo "=================================== STARTING INTEGRATION TESTS PHASE-"$X "=====================================" | ||
echo "============================================================================================================" | ||
#java -jar integration/target/integration-4.0.0-SNAPSHOT.jar --phase=$X $ARGS $@ | ||
docker-compose run --rm --service-ports biosamples-integration java -jar integration-5.3.8-SNAPSHOT.jar --phase=$X $ARGS $@ | ||
sleep 10 #solr is configured to commit every 5 seconds | ||
|
||
done | ||
|
||
#leave the agent up at the end | ||
docker-compose up -d biosamples-agents-solr | ||
|
||
echo "Successfully completed" | ||
#!/bin/bash | ||
set -e | ||
|
||
./docker-webapp.sh --clean | ||
|
||
|
||
docker-compose up -d biosamples-agents-solr | ||
docker-compose up -d biosamples-agents-upload-workers | ||
|
||
#ARGS=--spring.profiles.active=big | ||
for X in 1 2 3 4 5 6 | ||
do | ||
echo "============================================================================================================" | ||
echo "=================================== STARTING INTEGRATION TESTS PHASE-"$X "=====================================" | ||
echo "============================================================================================================" | ||
#java -jar integration/target/integration-4.0.0-SNAPSHOT.jar --phase=$X $ARGS $@ | ||
docker-compose run --rm --service-ports biosamples-integration java -jar integration-5.3.9-SNAPSHOT.jar --phase=$X $ARGS $@ | ||
sleep 10 #solr is configured to commit every 5 seconds | ||
|
||
done | ||
|
||
#leave the agent up at the end | ||
docker-compose up -d biosamples-agents-solr | ||
|
||
echo "Successfully completed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.