#1068527 test suite failures

Package:
elpa-rg
Source:
elpa-rg
Submitter:
Antoine Beaupre
Date:
2025-08-17 08:51:02 UTC
Severity:
normal
Tags:
#1068527#5
Date:
2024-04-07 02:59:00 UTC
From:
To:
The test suite currently fails on this package, and those failures
have been ignored in debian/rules to get the package to build at all.

The package *works*: i've been using it as is, in bookworm, for months
now. It *might* actually be broken in unstable, but I doubt it: i
suspect this is more a test harness problem than anything else.

So I'm filing this issue to remember about this problem and possibly
see if we can collaborate with upstream to fix it.

#1068527#10
Date:
2024-04-07 03:17:14 UTC
From:
To:
Control: tags -1 +patch +upstream

Upstream actually fixed this issue, possibly:

https://github.com/dajva/rg.el/commit/8e2347d0a11aa64fd721702b176b1dbc7889f78e

So, woot, i guess we get this fix when upstream makes a new release (or
we import that patch).

A.

#1068527#19
Date:
2024-11-21 14:39:25 UTC
From:
To:
So I tried that, and it reduces the number of failed tests in the build
from:

   FAILED  rg-integration-test/project-root
   FAILED  rg-integration/dwim-search
   FAILED  rg-integration/project-search
   FAILED  rg-integration/rg-executable-results-buffer
   FAILED  rg-integration/rg-executable-through-rg-run
   FAILED  rg-unit/isearch-project

To:

   FAILED  rg-integration/rg-executable-results-buffer
   FAILED  rg-integration/rg-executable-through-rg-run

But, oddly, it doesn't affect the autopkgtest suite which still fails
all the tests. I've also tried excluding the failing tests in
debian/elpa-test but that doesn't seem to have any effect, neither on
the build or the autopkgtest suite.

Stomped.

#1068527#24
Date:
2025-08-17 08:48:07 UTC
From:
To:
This is already fixed by anarcat in this version.