Skip to content

Commit

Permalink
Updated with validation test results included
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin authored Jul 26, 2023
1 parent 0a0febc commit 7fa07c3
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions notes/stv/20230725-test-deploy-01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,104 @@ user 8m31.645s
sys 2m10.157s

# No error messages in package installation



# -----------------------------------------------------
# Start NGINX
#[root@ansibler]

source /deployments/hadoop-yarn/bin/start-nginx.sh

> Done


# -----------------------------------------------------
# Create users
#[root@ansibler]

source /deployments/zeppelin/bin/create-user-tools.sh

import-test-users

> Done

# -----------------------------------------------------
# Run Tests
#[root@ansibler]

git clone https://github.com/stvoutsin/aglais-testing
pushd aglais-testing/
pip install -r pip-requirements
python3 setup.py install
popd

pushd aglais-testing/gdmp_benchmark
python3 gdmp_benchmark.py --zeppelin_url http://128.232.226.136 --usercount 1 --notebook_config /deployments/zeppelin/test/config/quick.json --user_config /tmp/test-users.json --delay_start 0 --delay_notebook 0

[{
"name": "GaiaDMPSetup",
"result": "SUCCESS",
"outputs": {
"valid": true
},
"messages": [],
"time": {
"result": "FAST",
"elapsed": "47.00",
"percent": "-6.00",
"start": "2023-07-26T11:34:12.398541",
"finish": "2023-07-26T11:34:59.415792"
},
"logs": ""
},
{
"name": "Mean_proper_motions_over_the_sky",
"result": "SUCCESS",
"outputs": {
"valid": true
},
"messages": [],
"time": {
"result": "FAST",
"elapsed": "125.00",
"percent": "0.00",
"start": "2023-07-26T11:34:59.415885",
"finish": "2023-07-26T11:37:04.450915"
},
"logs": ""
},
{
"name": "Source_counts_over_the_sky.json",
"result": "SUCCESS",
"outputs": {
"valid": true
},
"messages": [],
"time": {
"result": "SLOW",
"elapsed": "59.00",
"percent": "7.27",
"start": "2023-07-26T11:37:04.451259",
"finish": "2023-07-26T11:38:04.397479"
},
"logs": ""
},
{
"name": "Library_Validation.json",
"result": "SUCCESS",
"outputs": {
"valid": true
},
"messages": [],
"time": {
"result": "FAST",
"elapsed": "9.00",
"percent": "-40.00",
"start": "2023-07-26T11:38:04.397585",
"finish": "2023-07-26T11:38:13.539211"
},
"logs": ""
}]


0 comments on commit 7fa07c3

Please sign in to comment.