Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Conversation

@pfalcon
Copy link

@pfalcon pfalcon commented Apr 17, 2020

  1. Fix a couple of genuine typos.
  2. Clarify a few points which I think I could myself (need confirmation from maintainers).
  3. Pinpoint even more points which could provide a bit more information - these would need input from maintainers.

pfalcon added 2 commits April 17, 2020 14:22
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
@pfalcon
Copy link
Author

pfalcon commented Apr 17, 2020

@mwasilew, @chaws: Here's what I accumulated in my local copy from so far rather cursory reading of the docs. I decided to share as WIP to seek whether this activity is useful (trying to clarify more points, hopefully fixing typos is w/o questions). Let me know.

Both forms are supported. In case log entry is missing or simple JSON
format is used, logs for each Test object are empty. They can be filled
in using plugins.
in using plugins [at later time??].
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pfalcon yes! After results are fetched, enabled plugins will post-process tests seeking for extra logs. One example is a built-in plugin linux-log-parser, which searches job log for linux kernel oopsies, then create tests for each specific type of oops (kernel-panic, warning, bug, etc)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I propose to change it like this:
"They can be filled in using plugins in a post-processing step. This happens after all results are collected in SQUAD"

* ``resubmit_url``: URL that can be used to resubmit the test run.
* ``resubmit_url``: URL that can be used to resubmit the test run. [As in: this is
API-level URL, which, being accessed, would trigged a resubmit (auth is an obvious concern),
or this is UI-level page, which user can open, login if needed and press "Resubmit" button?]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually the URL that was used to resubmit a job. For instance, if you visit a build's testjob tab, you get a list of testjobs and a blue button next to it that allow you to resubmit that job. Then the resubmit-url is that new url, mostly with a new job id in it.

@pfalcon pfalcon marked this pull request as draft April 24, 2020 14:21
@pfalcon
Copy link
Author

pfalcon commented Apr 24, 2020

@chaws: Thanks for your comments! Will try to integrate them into next version of the patch. (But currently switching to other tasks, so that may take some time.)

a hash (an object, strictly speaking). Metric names go in the keys, and
values must be either a single number, or an array of numbers. In the
case of an array of numbers, then their mean will be used as the metric
case of an array of numbers, then their mean [or average? elaborate] will be used as the metric
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants