Skip to content

Latest commit

Β 

History

History
21 lines (16 loc) Β· 1.9 KB

why.md

File metadata and controls

21 lines (16 loc) Β· 1.9 KB

Why do we need to test Jupyter RTC in a distributed way?

The dependencies for a functional RTC are spread in various repositories (at least 6). Each of those repositories test their API and behavior in a classic unit test approach.

With the Jupyter RTC Test repository, we strive to ensure that the full stack is covered. Is also ships tools to measure the quality and perfomance of the RTC system, think to You can not scale what you can not measure...

Historically, there have been a few RTC failures reported, with quite low user traffic.

We need now to make sure the system is robust enough at scale, and also identify their limits.