Closed iamEAP closed 4 years ago
It's possible this is just a quirk of the Iterable API: perhaps on the back-end, they batch/queue contact creation and respond with a success before the contact is actually consistently available.
...But if so, we'll want to account for this, as it can make tests flakey (as seen above).
Repro Steps
If you are using a POSIX-compliant shell, this script will do the trick:
Expected: The scenario should pass.
Actual: Very occasionally, the first or several of the first check steps will fail, while subsequent check steps pass (even though the steps are identical).