# Test Ownership

DevFeed: [Test Ownership](<https://devfeed.tech/articles/test-ownership-20273.md>)

Original publisher: [Read original article](<https://gbrownmozilla.wordpress.com/2017/06/08/test-ownership/>)

Author: gbrown-mozilla

Published: 2017-06-08T04:17:33Z

Content type: opinion

Language: en

Sources: [Mozilla Automation](<https://devfeed.tech/sources/mozilla-automation.md>)

Topics: [bug](<https://devfeed.tech/topics/bug.md>), [Code](<https://devfeed.tech/topics/code.md>), [Mozilla](<https://devfeed.tech/topics/mozilla.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [code](<https://devfeed.tech/tags/code.md>), [intermittent-failures](<https://devfeed.tech/tags/intermittent-failures.md>), [mozilla](<https://devfeed.tech/tags/mozilla.md>), [project-stockwell](<https://devfeed.tech/tags/project-stockwell.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>)

## AI overview

The article examines who should be responsible for intermittent test failures. It considers assigning responsibility to the test author, the person who last modified the test, the person whose changeset caused the failure, or the module owner, and discusses the benefits and limitations of these approaches.

## Source excerpt

When a bug for an intermittent test failure needs attention, who should be contacted? Who is responsible for fixing that ... Continue reading ->