Skip to content

Meeting: 09 30 2022

Shahzeb Siddiqui edited this page Sep 30, 2022 · 6 revisions

Participants

  • Shahzeb Siddiqui
  • Prathmesh Sambrekar
  • Jeffrey Gardner

Agenda

  • Should we limit output of entries buildtest buildspec find --count to other search criteria such as tags buildtest buildspec find --tags --count=2 if for instance one wants to see 2 tags

    Let's create an issue for this task

  • Should we color output in terse mode for buildtest buildspec find --terse --color=blue. Currently we are not coloring output. Should we do same for report cache buildtest report --terse --color=blue

    Create an issue. Also add support for all the query options and even --filterfields, --formatfields, --helpfilter, --helpformat.

  • Should we have option to display path to report file, currently we have buildtest rt list that shows all report files and one can select a report file via buildtest -r <path> to specify alternative report file but we could do buildtest rt path to show the full path to report file. The only benefit of this would be if user doesn't know the report file and one can print the file by doing cat $(buildtest rt path)

    Create a feature request for buildtest rt path

  • Should we remove the spelling check CI (https://github.com/buildtesters/buildtest/blob/devel/.github/workflows/spellcheck.yml). It seems a bit hard to maintain all the wordlist (https://github.com/buildtesters/buildtest/blob/devel/.wordlist.txt) while focusing on spelling errors in documentation.

    Create an issue to remote Spelling check CI

If time permits let's review following PRs