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

Update dependency bats to v1.10.0 #138

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Update dependency bats to v1.10.0 #138

merged 1 commit into from
Aug 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bats 1.7.0 -> 1.10.0 age adoption passing confidence

Release Notes

bats-core/bats-core (bats)

v1.10.0

Compare Source

Added:

  • add ${BATS_TEST_TAGS[@​]} for querying the tags during a test (#​705)
  • print tags on failing tests (#​705)
  • test for negative arguments to --jobs (#​693)
  • add tests for --formatter cat (#​710)
  • test coverage in CI (#​718)
  • Support for rush as alternative to GNU parallel (#​729)
  • add bats_pipe helper function for run that executes \| as pipes (#​663)
  • publish docker images to ghcr.io (additionally to Dockerhub) (#​740)
Documentation:
  • clarify use cases of --formatter cat (#​710)

Fixed:

  • fix run with options overwriting the value of i (#​726, #​727)
  • fix ${BATS_TEST_NAMES[@​]} containing only --tags instead of test name since Bats v1.8.0 (#​705)
  • fix run --keep-empty-lines counting trailing \n as (empty) new line (#​711)
  • fix short flag unpacker creating bogus command lines with valued flags (#​732)
  • fix formatter becoming confused with retries (#​734)
  • fix --gather-test-outputs-in fails on tests with / (#​735)
  • fix overriding date breaks --timing (#​736)
Documentation

v1.9.0

Compare Source

Added:

  • add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (#​659)
  • add --line-reference-format to switch file/line references in stack traces (#​665)
    • comma_line (default): file.bats, line 1
    • colon: file.bats:1
    • uri: file:///path/to/file.bats:1
    • custom: define your own formatter in bats_format_file_line_reference_custom
  • add bats:focus tag to run only focused tests (#​679)
  • add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (#​674)
Documentation:
  • add --help text and man page content for --filter-tags (#​679)

Fixed:

  • explicitly check for GNU parallel (#​691)
  • wait for report-formatter to finish before ending bats' execution,
    to fix empty files with --report-fomatter junit under Docker (#​692)
Documentation
  • improved clarity of section about output in free code (#​671)
  • fixed typos (#​673)
  • clarify use cases of run (#​366)

v1.8.2

Compare Source

Bats 1.8.2

Released: 2022-10-19

Fixed:

  • fix non zero return code on successful retried tests (#​670)

v1.8.1

Compare Source

Bats 1.8.1

Released: 2022-10-19

Fixed:

  • shfmt all files and enforce via CI (#​651)
  • avoid kernel warning flood/hang with CTRL+C on Bash 5.2 RC (#​656)
  • Fix infinite wait with (invalid) -j<n> (without space) (#​657)

v1.8.0

Compare Source

Bats 1.8.0

Released: 2022-09-15

Added:

  • using external formatters via --formatter <absolute path> (also works for
    --report-formatter) (#​602)
  • running only tests that failed in the last run via --filter-status failed (#​483)
  • variable BATS_TEST_RETRIES that specifies how often a test should be
    reattempted before it is considered failed (#​618)
  • Docker tags latest-no-faccessat2 and <bats-version\>-no-faccessat2 for
    avoiding bash: bats: No such file or directory on docker<20.10 (or
    runc<v1.0.0-rc93) (#​622)
  • BATS_TEST_TIMEOUT variable to force a timeout on test (including setup()) (#​491)
  • also print (nonempty) $stderr (from run --separate-stderr) with
    --print-output-on-failure (#​631)
  • # bats test_tags=<tag list>/# bats file_tags=<tag list> and
    --filter-tags <tag list> for tagging tests for execution filters (#​642)
  • warning BW03: inform about setup_suite in wrong file (.bats instead of setup_suite.bash) (#​652)
Documentation
  • update gotcha about negated statements: Recommend using run ! on Bats
    versions >=1.5.0 (#​593)
  • add documentation for bats_require_minimum_version (#​595)
  • improve documentation about setup_suite (#​652)

Fixed:

  • added missing shebang (#​597)
  • remaining instances of run -<N> being incorrectly documented as run =<N> (#​599)
  • allow --gather-test-outputs-in <directory> to work with existing, empty
    directories (#​603)
    • also add --clean-and-gather-test-outputs-in <directory> for improved UX
  • double slashes in paths derived from TMPDIR on MacOS (#​607)
  • fix load in teardown marking failed tests as not run (#​612)
  • fix unset variable errors (with set -u) and add regression test (#​621)
  • teardown_file errors don't swallow setup_file errors anymore, the behavior
    is more like teardown's now (only return/last command can trigger teardown
    errors) (#​623)
  • upgraded from deprecated CI envs for MacOS (10 -> 11,12) and Ubuntu
    (18.04 -> 22.04) (#​630)
  • add /usr/lib/bats as default value for BATS_LIB_PATH (#​628)
  • fix unset variable in bats-formatter-junit when setup_file fails (#​632)
  • unify error behavior of teardown/teardown_file/teardown_suite functions:
    only fail via return code, not via ERREXIT (#​633)
  • fix unbound variable errors with set -u on setup_suite failures (#​643)
  • fix load not being available in setup_suite (#​644)
  • fix RPM spec, add regression test (#​648)
  • fix handling of IFS by run (#​650)
  • only print setup_suite's stderr on errors (#​649)
Documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency Depedency update label Jun 25, 2023
@renovate renovate bot changed the title Update dependency bats to v1.9.0 Update dependency bats to v1.10.0 Jul 16, 2023
@corvus-ch corvus-ch merged commit 4a33db6 into master Aug 3, 2023
4 checks passed
@corvus-ch corvus-ch deleted the renovate/bats-1.x branch August 3, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant