Build a cluster-wide integration-testing framework
Categories
(Taskcluster :: Services, enhancement)
Tracking
(Not tracked)
People
(Reporter: dustin, Unassigned)
References
Details
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
I still like this idea, just shouldn't pretend I'm working on it.
Reporter | ||
Comment 2•6 years ago
|
||
We talked a bit about this this week.
This should be a tool that can be used both by us and by an organization deploying TC -- a good way to get a sense of whether something is seriously broken, but without any attempt to cover all functionality. So, for example, cloudops could run it against new staging deployments to catch cases where something has gone wrong in the deployment process.
It can also address some known regressions, so that it's useful during an outage. A current example is, sometimes the queue's dependency resolver stops resolving dependencies. Integration tests could check whether dependencies resolve. Then an operations team would have a good way to find out quickly that this is the issue.
We'd probably like to write this in Go, as part of Taskcluster-CLI. Something like taskcluster diagnose
.
Reporter | ||
Comment 3•6 years ago
|
||
Oh, also, I think bstack agreed to write at least the framework of this.
Reporter | ||
Updated•6 years ago
|
Description
•