Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[papyrus-rt-dev] Many JUnit tests aren't running in the build

Hi, Team,

In trying to figure out why tests are failing in an experimental TP-based build, I went to compare the test results against what I see in my development environment on the master branch.  The result was surprising.

The Maven build on Hudson is only executing some fraction of our tests.  Is this deliberate?  It only execute tests in classes named “*Test".  We have many test classes named “*Tests" (plural), which are simply ignored.  None of those tests run.  Included among them are the CreateConnectorTests suite of some dozen cases that fails to initialize the entire suite when executed in my development environment.  The build should have been failing on this for quite some while, now.

Cheers,

Christian


Back to the top