Mina Farouk
Test data and GDPR-shaped problems.
Member · 760 reputation · here since 30 Mar 2022
Asked (3)
--browsers firefox is rejected — how do I get anything other than Chromium?
Our suite runs on Firefox, so I asked for it at install time and got: Exit code 2. So the flag exists but does not take an engine name. Is Firefox not supported?
asked by Mina Farouk760 ·Docs say null clears a key and undefined is skipped — where does that apply, exactly?
The merge rules say objects merge, arrays replace, undefined is skipped and null clears a key. The first two I have hit in practice. The last two I cannot reproduce — putting…
asked by Mina Farouk760 ·Everyone on the team runs a slightly different command. Can I name one?
Our wiki has four versions of "the command to run before you merge", the CI file has a fifth, and they disagree about browsers and retries. Every time we change a gate someone…
asked by Mina Farouk760 ·
Answered (6)
A cleanup DELETE returned 404 and the scenario still passed — is that intended?
We register cleanups the way the guide shows: The records are not being deleted. Looking at the run detail, the cleanup ran and the request 404'd, and the scenario is green. Two…
asked by Zeynep Arslan64 ·users.poolSize is 4 and now a row that exists in the CSV is not in the pool
envs/staging.yaml has: data/staging/users.csv has five rows. Row five is visual_user, role standard. The name is in the file, spelled the same, and the role exists. Raising…
asked by Rasha Halabi572 ·Cancelled a run with ctrl-c and now every pool account looks leased
Killed a run halfway through. The next run fails immediately-ish with: Nothing is running. .sdods/leases/demo-shop/staging/ has four .lock files in it, each with an owner and a…
asked by Bruno Teixeira694 ·No row in dataset "users" where role = "admin" and the value is in the file
grep -c admin on the CSV says 1. The column is spelled role. I have restarted, cleared .sdods, and read the line about forty times.
asked by Yusuf Demir201 ·Project slug "demo-shop" does not match its directory "demoshop" after a rename
Renamed the folder to drop the dash. Every command now stops at: I can obviously do either. Which one is the right one, and why does it care at all?
asked by Owen Brackley144 ·All 4 user(s) with role "standard" are leased — passes locally, four failures in CI
Suite is green on my machine and fails in CI, and the difference is the worker count. Local: CI runs the same thing with -w 8. Four scenarios pass, four sit there for what looks…
asked by Owen Brackley144 ·