Skip to content

Releases: groonga/grntest

grntest 1.8.3: 2025-04-29

29 Apr 23:02
294409d

Choose a tag to compare

Improvements

  • Improved error output when an exception occurs.

  • Required json 2.11.3 or later. Because json 2.11.0 changed
    JSON.pretty_generate result.

    • Note that this broke existing tests. We need to update
      .expected contents with new output.

grntest 1.8.2: 2025-02-18

18 Feb 07:21
d01fdb2

Choose a tag to compare

Improvements

  • Changed not to terminate if there is an exception during testing.
    • Retry by --n-retries is now available even when an exception occurs.

grntest 1.8.1: 2025-02-14

14 Feb 07:19
703eb32

Choose a tag to compare

Improvements

  • #@require-cpu: Added to run tests only when Groonga is built for
    the given CPU architecture.

grntest 1.8.0: 2025-01-23

23 Jan 11:53

Choose a tag to compare

Improvements

  • Added support for normalizing units in index_column_diff
    progress log.

grntest 1.7.9: 2025-01-23

23 Jan 02:50

Choose a tag to compare

Improvements

  • Added support for normalizing index_column_diff progress log.

grntest 1.7.8: 2025-01-15

15 Jan 13:03

Choose a tag to compare

Improvements

  • @add-substitution: Added support for " in substituted and
    normalized templates.

grntest 1.7.7: 2024-11-12

12 Nov 01:51

Choose a tag to compare

Improvements

  • Required json 2.8.1 or later. Because json 2.8.0 changed
    JSON.pretty_generate result.
    • Note that this broke existing tests. We need to update
      .expected contents with new output.

grntest 1.7.6: 2024-09-25

25 Sep 04:26

Choose a tag to compare

Improvements

  • #@require-os: Added to run tests only when Groonga is built for
    the given OS.