Deprecation warning violates `ember test --silent` behavior

Open
#35 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript
Domain
cli, testing-qa

Research direction

Start by locating the implementation of ember test --silent and the code path that emits the deprecation warning. Reproduce the behavior with the command, then verify that the warning is suppressed while the test report remains available.

Written by the indexing model from the issue text.

Description

According to the help for ember test:

--silent (Boolean) (Default: false) Suppress any output except for the test report

But the deprecation warning DEPRECATION: Overriding init without calling this._super is deprecated. Please call this._super() busts through that flag, breaking an automated CI workflow (because the CI output now includes these deprecation warnings instead of being only the test results).

Dominant language
JavaScript
Stars
16
Forks
16
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ember-cli/core-object

All issues in ember-cli/core-object

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.