hal / testsuite.next

Testsuite for HAL
Apache License 2.0
2 stars 26 forks source link

EJB Runtime Statistics #64

Closed spriadka closed 6 years ago

spriadka commented 6 years ago

This PR brings tests for viewing runtime EJB statistics.

spriadka commented 6 years ago

There are still some failures in tests which need to be resolved before merging, it is MessageDrivenEJBTest.verifyExecutionTime, MessageDrivenEJBTest.verifyInvocations, MessageDrivenEJBTest.verifyPeakConcurrentInvocations, SingletonEJBTest.verifyExecutionTime, StatefulEJBTest.verifyPeakConcurrentInvocations. As the amount of files in this PR is quite big, any tips/comments/advices are welcome

spriadka commented 6 years ago

Thank you for the feedback @zebrik, I have moved the client.close() method higher in the abstraction, made the invoke(...) abstract and reduced the sleep times. I have added the hardcoded port thing for further work.