New issue
Advanced search Search tips

Issue 638428 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocking:
issue 633730



Sign in to add a comment

Recipe expectations should live in a parallel directory structure

Project Member Reported by iannucci@chromium.org, Aug 16 2016

Issue description

This is more of a nice-to-have. The advantages of doing this would be:
  * grouping expectations vs. actual code changes in review systems (both rietveld and gerrit would benefit)
  * would be easier on recipe code isolation logic (wouldn't need to prune out json), and/or allows smaller bundled recipes.
  * tab completion is easier on shells

Concretely, this would mean that instead of:

recipes/
  foo.py
  foo.expected/
    testcase.json
recipe_modules/
  mod/
    example.py
    example.expected/
      testcase.json

it could be

recipes/
  foo.py
recipe_modules/
  mod/
    example.py
test_expectations/
  recipes/
    foo/
      testcase.json
  recipe_modules/
    mod/
      example/
        testcase.json
 
Status: Available (was: Untriaged)
Project Member

Comment 2 by sheriffbot@chromium.org, May 16 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Comment 3 by mar...@chromium.org, May 21 2018

Labels: -Type-Bug -Hotlist-Recharge-Cold Type-Feature
Status: Available (was: Untriaged)
Cc: iannu...@google.com

Sign in to add a comment