Opened 9 years ago
Closed 9 years ago
#3429 closed defect (fixed)
Logging changed to the worse
Reported by: | Rüdiger Franke | Owned by: | Martin Flehmig |
---|---|---|---|
Priority: | high | Milestone: | 1.9.3 |
Component: | Cpp Run-time | Version: | trunk |
Keywords: | cpp runtime | Cc: | Martin Flehmig, Marcus Walther |
Description
Yesterday the commit "* Typos, Indention, Logging" suggested some polishing. But at least one thing has changed to the worse.
Yesterday I got for quite some models, e.g. Modelica.Fluid.Examples.InverseParameterization
, the message:
simulation error message : Variable orifice.dp_small out of [min, max] interval: orifice.dp_small >= 611.657 and orifice.dp_small <= 100000000.0 has value: 1
This message helped was helpful. Today I get
simulation error message : Could initialize system.
This is not only the opposite of what happened, it is also completely unspecific!
Change History (12)
comment:1 by , 9 years ago
Keywords: | cpp runtime added |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Component: | Run-time → CPP Run-time |
---|---|
Owner: | changed from | to
I changed the FMI-CPP to CPP Run-time.
comment:4 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There is a misspelled newline. See e.g.:
Don't get me wrong -- but this log shows up in many test reports once the testsuite will be updated -- and all these tests will formally fail if the log output changes.
comment:8 by , 9 years ago
Hi Rüdiger,
Martin has just changed the output if an exception occurs. Of course the "\n" issue must be fixed. But if I understand you correctly, you said that we have models with an error-message in their expected output? That should not be the case in my opinion. If an error occurs, the test should fail (except it is a test case that should test the error handling, but I think we do not have such a case).
comment:9 by , 9 years ago
I'm referring to the testsuite/simulation/libraries/msl32_cpp, where all models are tested. You might be right if a model that enconters a simulation error would at most be tested for compilation. Don't we have logs for error recoveries during simulation?
comment:10 by , 9 years ago
Thanks for the hin regarding the misspelled newline. This is fixed in commit 385a51dff3374efbcccaa4ffe07ee28b68bd3c90.
comment:12 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
@lochel: you might also adapt the list of Components that can be selected for a ticket. For instance rename "FMI-CPP" to "Cpp Run-time"