Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Format Report Summary in STDOUT to include count of failed/unsupported apps #1287

Open
parthosa opened this issue Aug 14, 2024 · 3 comments
Labels
bug Something isn't working usability track issues related to the Tools's user experience user_tools Scope the wrapper module running CSP, QualX, and reports (python)

Comments

@parthosa
Copy link
Collaborator

#1235 added Total Apps and Processed Apps in the Report Summary (in STDOUT) to show a count of all apps that were passed and successfully processed. However, we should also include the count of failure and unsupported (aka skipped) apps to indicate the nature of error to the user.

Current Output

Report Summary:
-----------------------  -
Total applications      10
Processed applications   7
Top candidates           5
-----------------------  -

Preferred Output

Report Summary:
-----------------------------  -
Total applications            10
    Processed applications     7
    Unsupported applications   2
    Failed applications        1 
Top candidates                 5
-----------------------------  -

cc: @kuhushukla

@parthosa parthosa added bug Something isn't working user_tools Scope the wrapper module running CSP, QualX, and reports (python) ? - Needs Triage usability track issues related to the Tools's user experience labels Aug 14, 2024
@tgravescs
Copy link
Collaborator

what does an unsupported application mean?

@parthosa
Copy link
Collaborator Author

what does an unsupported application mean?

Unsupported Application refers to apps that were skipped (GPU/Photon/Streaming etc).
@kuhushukla: Do we need to have Unsupported ? Or the Skipped keyword also works as Skipped aligns with the status used in the status file?

@amahussein
Copy link
Collaborator

  • Tools are evolving, Skipped should not be bound to Unsupported. There might be business need to skip some eventlogs. For example, they do not fit the filter criteria.
  • Processed applications might be confusing. Do we mean parsed? or do we mean successful? Because Skipped apps like Photon can be considered processed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working usability track issues related to the Tools's user experience user_tools Scope the wrapper module running CSP, QualX, and reports (python)
Projects
None yet
Development

No branches or pull requests

3 participants