-
Notifications
You must be signed in to change notification settings - Fork 53
Testing
a-ovchinnikov edited this page Dec 24, 2017
·
27 revisions
We leverage acceptance tests and functional acceptance tests.
Here is a simple summary of the acceptance tests in Kilda
Area | Simulated | Virtual | Staging | Production |
---|---|---|---|---|
Network Discovery | ❏✔︎ | ✔︎ | ❏ | ❏ |
Flow CRUD | ❏ | ✔︎ | ❏ | ? |
Health Checks - Network | ❏ | ✔︎ | ❏ | ❏ |
Health Checks - Flows | ❏ | ✔︎ | ❏ | ❏ |
Flow Auto Healing | ❏ | ✔︎ | ❏ | ~ |
Performance - Storm | ❏ | X | ? | ❏ |
Cache - Discovery | ❏ | ✔︎ | ❏ | ❏ |
The tests in Production should be non-destructive tests - ie mostly based on gets/reads/analysis, not on creating/updating/deleting.