I agree that the build log (specifically the unit test execution) is somewhat verbose during execution - I had a look through some of the references you made and it appears that the application logging in octavia is directly configured to stdout during unit test execution.
How does a package maintainer assert that this is OK? Mainly by ensuring that the unit tests are correctly inspecting and asserting the required return codes/exceptions raised etc during test execution - which again as far as I can tell and on reviewing the code I can see that this is the case.
>> Unit Test Verbosity <<
I agree that the build log (specifically the unit test execution) is somewhat verbose during execution - I had a look through some of the references you made and it appears that the application logging in octavia is directly configured to stdout during unit test execution.
How does a package maintainer assert that this is OK? Mainly by ensuring that the unit tests are correctly inspecting and asserting the required return codes/exceptions raised etc during test execution - which again as far as I can tell and on reviewing the code I can see that this is the case.