Description
We should add some scalability tests; mainly:
- make sure multiple jobs submitted using the API run correctly
- make sure Livy can manage multiple sessions and that running large numbers of jobs does not cause the Livy server to have memory issues
- make sure sessions don't negatively affect other sessions as far as responsiveness of the Livy server (e.g.
LIVY-143).
We'll need infrastructure so that these kinds of tests can be tagged, so that we can skip them on small clusters.
Attachments
Issue Links
- is a child of
-
LIVY-82 Testing
- Open