Opened 6 years ago

Closed 6 years ago

#4997 closed defect (fixed)

Unreported simulation results on Hudson server

Reported by: Francesco Casella Owned by: Martin Sjölund
Priority: high Milestone: 1.13.0
Component: Testing Framework Version:
Keywords: Cc:

Description

Change History (3)

comment:1 by Adrian Pop, 6 years ago

I tried ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineModelica_N_640 on windows and we get this:

(false,{"transmissionline.L[5].v","transmissionline.L[4].v","transmissionline.L[3].v","der(transmissionline.L[5].i)","der(transmissionline.L[4].i)","der(transmissionline.L[3].i)","der(transmissionline.C[5].v)","der(transmissionline.C[4].v)","der(transmissionline.C[3].v)","der(transmissionline.C[1].v)"})

for

OpenModelica.Scripting.diffSimulationResults(
 "ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineModelica_N_640_res.mat",
 "./sts/ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineModelica_N_640_res.mat",
 "./diff-stuff");
getErrorString();

which means that the function fails, it returns false and the names of variables it cannot compare. Strangely enough the files *are* generated on windows.

comment:2 by Adrian Pop, 6 years ago

Ouch, wrong, returning false means the comparison has differences, not that it failed.

comment:3 by Francesco Casella, 6 years ago

Resolution: fixed
Status: newclosed

After 97ad0bf47 this seems to be back to normal, see, e.g., ScalableTestSuite_noopt

Unfortunately #4980 is still unsolved.

Note: See TracTickets for help on using tickets.