IVCTool / IVCT_TestSuiteDevelopment

For IVCT Test Case Developers. Tutorial and examples for building IVCT test suites.
Apache License 2.0
0 stars 2 forks source link

TS_HW TC0001 issue with VTMaK RTI #53

Closed bergtwvd closed 4 years ago

bergtwvd commented 4 years ago

Running TS_HW TC0001 the following messages are noticed in the log:

RTI issue, TS issue, or IVCT Framework issue?

rhzg commented 4 years ago

That's because the test case is using the default implementation for FederateAmbassador and that reports every methode which is not overwritten by some subclass. The test case should deal with that methods.

bergtwvd commented 4 years ago

Maybe this should be clarified in the message. It is in this case more FOR INFO than WARN?

rhzg commented 4 years ago

good question - I would say for messages a test case is receiving, but not actively processing, is worth a warning. I'm working on improving the message.

What currently worries me more is the fact, that the test case FAILS because it concludes the population counting is wrong (but only when running via Mak! It works fine for pitch and portico)

rhzg commented 4 years ago

Problem with the FAIL is fixed. The issue was that mak is calling a different version of the discoverObjectInstance, which was not implemented by the test case.