mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-23 18:15:15 +02:00
The mixed scenario writes on every session, while real drive traffic is massively read-dominant. This variant keeps the same building blocks but only UPLOAD_PCT percent of sessions (15 by default) go through the write path; every session browses root items, recents, shared-with-me and navigates into a randomly picked folder and subfolder. To make reads meaningful despite empty fresh accounts, the first session of each user always uploads the fixture folder tree and keeps it for the whole run. Seed folders are left behind on purpose: the target instance is reset by ops (database and bucket) between test campaigns.