nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#880 Some self-tests are failing, one hangs, and none are being run by validate, #2606

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

Self test results:

  --dsttest             100% failed
  --endusetest          trivial success (no tests coded)
  --loadshapetest       trivial success (no tests coded)
  --locktest            100% success
  --randtest            hangs
  --scheduletest        100% failed
  --unitstest           100% success

Suggest added a core/autotest that contains the following

#option dsttest
#option endusetest
#option loadshapetest
#option locktest
#option randtest
#option scheduletest
#option unitstest

But don't enable it until randtest doesn't hang. Otherwise all validate runs will hang. ,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":Update as of r5422:

  --dsttest             pass
  --endusetest          trivial success (no tests coded)
  --loadshapetest       trivial success (no tests coded)
  --locktest            pass
  --randtest            2 errors
  --scheduletest        13 errors
  --unitstest           pass

See attached test output.,

"dchassin":- status: new --> accepted