This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Parallel validation can cause intermittent validation errors #1056
Comments
catzzz
pushed a commit
that referenced
this issue
Jan 5, 2022
dchassin
pushed a commit
that referenced
this issue
Jan 6, 2022
* fix make install causes pyhton validation error fix #1056 * fix missing when using --parallel option #1044 * update python3.9.6 and necessary packages * update mono installation * fix numpy and matrix version not the latest version issue. #1045 * repair test_matrix_random,#assert == '1.22.0' * remove test Dockerfile' * modify in test_matrix_*.glm * add test Dockerfile * test success, remove Dockerfile * update test_matrix.glm #assert ! '<' '1.21.0' * add python package * add test Dockerfile * test and validate success, remove Dockerfile Co-authored-by: JimmyLeu76 <jimmyleu@slac.stanford.edu> Co-authored-by: David P. Chassin <david.chassin@me.com>
dchassin
added a commit
that referenced
this issue
Jan 9, 2022
* fix make install causes pyhton validation error fix #1056 * fix missing when using --parallel option #1044 * update python3.9.6 and necessary packages * update mono installation * fix numpy and matrix version not the latest version issue. #1045 * repair test_matrix_random,#assert == '1.22.0' * remove test Dockerfile' * temporary Dockerfile. one validation error : ERROR [2000-01-01 00:00:00 EST] : on_exit 0 'test == CURRENT' command failed (return code 2) * fix test_violation_record.glm. sh: 1: test: CURRENT: unexpected operatordone)...; I should try on centos to check if this test valid * update * add test Dockerfile * add temporary test Dockerfile for debian * updat python3.9.6 installation * update build toos for gridlabd * try the final test * update installation dependencies * remove merge confic * add test Dockerfile of debian 10 * final test and validation pass. remove Dockerfile * Remove deltamode failure tests * Remove more unneeded deltamode error tests Co-authored-by: JimmyLeu76 <jimmyleu@slac.stanford.edu> Co-authored-by: David P. Chassin <david.chassin@me.com>
The root cause is likely that a number of validation test use the same temporary files for intermediate results and output. This is a general problem in the autotests and needs to be address by changing how autotests that generate files name those files. |
dchassin
changed the title
make install in install.sh causes python validation error
Parallel validation can cause intermitten validation errors
Jan 9, 2022
dchassin
changed the title
Parallel validation can cause intermitten validation errors
Parallel validation can cause intermittent validation errors
Jan 9, 2022
6 tasks
aivanova5
added a commit
that referenced
this issue
Feb 16, 2022
* fix make install causes pyhton validation error fix #1056 * fix missing when using --parallel option #1044 * update python3.9.6 and necessary packages * update mono installation * fix numpy and matrix version not the latest version issue. #1045 * repair test_matrix_random,#assert == '1.22.0' * remove test Dockerfile' * add setup-Linux-debian-11.sh * copy debian10 content to debian11 * add --enable-share in debian 11 * temporary test file * add --enable-shared , remove unnecessary dependencies for test * set localtime from America/Los_Angeles * passs installation and validation * merge from previous change about * add determine timezone condition * modify bash if condifion * remove temporary Dockerfile and restore install docemnts dependencies * temperory file for windows wsl test * pass installation and validation in docker and windows/wsl * add install idalog -y * fix shell arrow key broken * add get timezone from web. if the httpcode is not 200, set default timezone as UTC/GMT * add update pip * remove Dockerfile, pass installation and validation in Docker debian:11 and Windows/WSL/Debian * remove dupliacte install curl * add config tzdata * check /etc/timezone exist Co-authored-by: JimmyLeu76 <jimmyleu@slac.stanford.edu> Co-authored-by: Alyona Teyber <Ivanova.alyona5@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem description
make install
in ./install.sh causes python installation error in latter validation.Steps to reproduce
In later validation, the errors appear.
ERROR [INIT] : /usr/local/src/gridlabd/gldcore/autotest/test_inline_python.glm error unexpected, code 5 (simulation failed) in 0.0 seconds
ERROR [INIT] : /usr/local/src/gridlabd/gldcore/autotest/test_python_property.glm error unexpected, code 5 (simulation failed) in 0.0 seconds
System information
The text was updated successfully, but these errors were encountered: