Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes after PR 14 #15

Merged
3 commits merged into from
Sep 3, 2020
Merged

Fixes after PR 14 #15

3 commits merged into from
Sep 3, 2020

Conversation

PaulTalbot-INL
Copy link
Collaborator

@PaulTalbot-INL PaulTalbot-INL commented Sep 2, 2020


Pull Request Description

What issue does this change request address?

Addresses unchecked concerns from PR 14

What are the significant changes in functionality due to this change request?
  • Comments out the optimizer portion of outer until the PR for that is ready.

For Change Control Board: Change Request Review

The following review must be completed by an authorized member of the Change Control Board.

  • 1. Review all computer code.
  • 2. If any changes occur to the input syntax, there must be an accompanying change to the user manual and xsd schema. If the input syntax change deprecates existing input files, a conversion script needs to be added (see Conversion Scripts).
  • 3. Make sure the Python code and commenting standards are respected (camelBack, etc.) - See on the wiki for details.
  • 4. Automated Tests should pass.
  • 5. If significant functionality is added, there must be tests added to check this. Tests should cover all possible options. Multiple short tests are preferred over one large tes.
  • 6. If the change modifies or adds a requirement or a requirement based test case, the Change Control Board's Chair or designee also needs to approve the change. The requirements and the requirements test shall be in sync.
  • 7. The merge request must reference an issue. If the issue is closed, the issue close checklist shall be done.
  • 8. If an analytic test is changed/added, the the analytic documentation must be updated/added.
  • 9. If any test used as a basis for documentation examples have been changed, the associated documentation must be reviewed and assured the text matches the example.

@PaulTalbot-INL PaulTalbot-INL requested a review from a user September 2, 2020 22:05
@ghost
Copy link

ghost commented Sep 3, 2020

All the tests are passing successfully for HERON.
`Running RAVEN tests ...
Loading libraries ...
CONDA
... Run Options:
... Mode: 1
... Verbosity: 0
... Clean: 0
... Mode: CONDA
... Conda Defs:
... Loading RAVEN libraries ...
... Detected OS as --os mac ...
... Using Python command python3
... $RAVEN_LIBS_NAME set through raven/.ravenrc to raven_libraries
... >> If this is not desired, then remove it from the ravenrc file before running.
... >> RAVEN environment is named "raven_libraries"
... found conda path in ravenrc: /Users/abhinavgairola/miniconda3/etc/profile.d/conda.sh
... >> If this is not the desirable path, rerun with argument --conda-defs [path] or remove the entry from raven/.ravenrc file.
... Found conda definitions at /Users/abhinavgairola/miniconda3/etc/profile.d/conda.sh
conda 4.8.4
raven_libraries /Users/abhinavgairola/miniconda3/envs/raven_libraries
... Found library environment ...
... Activating environment ...
... Activating environment ...
... done!
Loading plugin tests ...


Starting tests for plugin HERON ...
Running ROOK command: python3 /Users/abhinavgairola/projects/raven/rook/main.py --test-dir /Users/abhinavgairola/HERON_post_merge/HERON/tests --testers-dir /Users/abhinavgairola/projects/raven/framework/../scripts/TestHarness/testers,/Users/abhinavgairola/HERON_post_merge/HERON/tests/../src/Testers --add-non-default-run-types qsub ...
rook: found 5 test dirs under "/Users/abhinavgairola/HERON_post_merge/HERON/tests" ...
(1/5) �[92mSuccess�[0m(�[94m 12.55sec�[0m)�[93m/Users/abhinavgairola/HERON_post_merge/HERON/tests/integration_tests/production_flex/Production_Flex�[0m
(2/5) �[92mSuccess�[0m(�[94m 9.88sec�[0m)�[93m/Users/abhinavgairola/HERON_post_merge/HERON/tests/integration_tests/multimarket_fix_price/MultimarketFixPrice�[0m
(3/5) �[92mSuccess�[0m(�[94m 10.09sec�[0m)�[93m/Users/abhinavgairola/HERON_post_merge/HERON/tests/integration_tests/var_demand_var_price/VarDemandVarPrice�[0m
requires cross-path prereqs
(4/5) �[90mSkipped�[0m(�[94m None! �[0m)�[93m/Users/abhinavgairola/HERON_post_merge/HERON/tests/integration_tests/ARMA/SineArma�[0m
(5/5) �[92mSuccess�[0m(�[94m 9.39sec�[0m)�[93m/Users/abhinavgairola/HERON_post_merge/HERON/tests/integration_tests/var_demand_fix_price/VarDemandFixPrice�[0m
�[0m
PASSED: �[92m4�[0m
SKIPPED: �[90m1�[0m
FAILED: �[91m0�[0m
Tests passed for plugin HERON.

********************************************************************************`

@ghost ghost merged commit 10a514b into idaholab:devel Sep 3, 2020
@PaulTalbot-INL PaulTalbot-INL deleted the postmerge_fix branch January 31, 2022 21:01
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant