Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuite4alya-testsuite4
  • Wiki
  • Analyze the results

Analyze the results · Changes

Page history
Update Analyze the results authored Mar 30, 2020 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Analyze-the-results.md
View page @ ad3e33f5
...@@ -26,12 +26,16 @@ Here, the list of statuses: ...@@ -26,12 +26,16 @@ Here, the list of statuses:
| <img src="uploads/e44db76c513f51763fba543f02105c9e/ok.png" width="20"> | OK | | <img src="uploads/e44db76c513f51763fba543f02105c9e/ok.png" width="20"> | OK |
| <img src="uploads/397a6076cb9ba95116a9a578f5a67397/ko.png" width="20"> | Unspecific execution error or combination of various errors | | <img src="uploads/397a6076cb9ba95116a9a578f5a67397/ko.png" width="20"> | Unspecific execution error or combination of various errors |
| <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | Timeout [^1] | | <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | Timeout [^1] |
| <img src="uploads/3dcad301a392edd360542e606db16c2d/bad_cloud.png" width="20"> | Job execution error | | <img src="uploads/3dcad301a392edd360542e606db16c2d/bad_cloud.png" width="20"> | Job execution error [^2] |
| <img src="uploads/8fef2afd9720ec63bff920bd1db0030a/link.png" width="20"> | Binding issue | | <img src="uploads/8fef2afd9720ec63bff920bd1db0030a/link.png" width="20"> | Binding issue [^3] |
| <img src="uploads/7a64159dd58c405f83ce46384372c700/weight.png" width="20"> | MPI Overloading | | <img src="uploads/7a64159dd58c405f83ce46384372c700/weight.png" width="20"> | MPI Overloading [^4] |
| <img src="uploads/fb4df6e048544dd43f1d2dd8c0d9f486/tol.png" width="20"> | Tolerance | | <img src="uploads/fb4df6e048544dd43f1d2dd8c0d9f486/tol.png" width="20"> | Tolerance [^5] |
[^1]: test job has exceeded the maximum duration [^1]: test job has exceeded the maximum duration
[^2]: alya has not started its execution: job script is not well configured or system error
[^3]: binding of MPI task is not correct: likely to happens with p9 if the binding strategy is not defined
[^4]: more MPI tasks than available resources: likely to happens with coupling if you don't set up correctly the number of MPI
[^5]: at least one of the result file values has exceeded the allowed tolerance defined by the test: tolerance is too low (precision issue), kernel tolerance is not well configured, rounding is not well managed in alya, conversion between types, computation is incorrect, etc.
A test is considered failed if it has not the OK status. A test is considered failed if it has not the OK status.
......
Clone repository
  • Home
  • User
    • Presentation
    • Get the testsuite
    • Basic usage
    • Advanced configuration
    • Advanced usage
    • Analyze the results
    • Code Coverage
  • Developer
    • Adding/modifying tests workflow
    • Test configuration
    • Manage the tolerances