Details
-
Type:
Sub-task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.2
-
Fix Version/s: None
-
Component/s: Tests
-
Labels:None
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.