From 57f71bb4097221711a97be3998d042649e00bb19 Mon Sep 17 00:00:00 2001 From: Amy Hua Date: Fri, 28 May 2021 22:24:43 -0700 Subject: [PATCH] Update python getting started for parity sharding info with pypi docs --- docs/python-getting-started/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/python-getting-started/index.md b/docs/python-getting-started/index.md index 627b9f0..4e65e8b 100644 --- a/docs/python-getting-started/index.md +++ b/docs/python-getting-started/index.md @@ -190,6 +190,10 @@ covered. YourBase can be configured to work with tests run in cohorts. export YOURBASE_ACTIVE_COHORT=12 ``` +YourBase uses consistent hashing to split your tests across shards so they do not get "reshuffled" when other tests are added or removed. This will give parallelized tests the full benefits of acceleration. + +CircleCI users do not have to set the above environment variables as YourBase will inherit them automatically. However you must remove any CircleCI test splitting or globbing, as YourBase will automatically choose which tests to run "just in time". + ## Product Usage Data By default, YourBase tracks how many tests are run and how many are skipped with