fix regexp for _remove_tags bats output #756
Merged
decentral1se
merged 1 commits from 2026-01-26 07:05:54 +00:00
737 into main
Labels
Clear labels
bug
build
ci/cd
critical fix
design
documentation
duplicate
easy-first-issue
enhancement
help wanted
i10n
i18n
installer
invalid
question
release
release-candidate
security
tech-debt
test
wontfix
Something is not working
go build related issues
Building things with CI/CD
https://docs.coopcloud.tech/federation/resolutions/passed/010/
UI/UX
Documenting all the things
This issue or pull request already exists
Something for new people to get stuck into. We hope it's easy!
New feature
Need some help
Everything to do with localisation
Everything to do with internationalisation
Everything to do with the install script.
Something is wrong
More information is needed
Release management
Related to the new release candidate
Security related
Unit/integration testing
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Abra v0.13
Done
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#756
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
@ammaratef45 thanks! did you manage to validate if this fixes the broken tests by running the failing integration tests locally? otherwise i'm afraid we're doing a "merge and hope" which usually results in more work 🙃
Well, the problem is that the behavior locally is different than the CI system, i get whitespace before the 0 in output locally for some bizarre reason im sure 😅
OK, let's merge and hope then 😆 Please check the CI the next days to see if it works... if the issues persists, we'll have to chase it up again. @p4u1 and myself made this attempt to allow the integration tests to be triggered on-demand in a pull request on branches that have
int-...in themmmm... i haven't tried this in forever but it might be a way to test this further if required.... i can also give you direct access to the CI server where you can run stuff manually very easily in the same environment (which is what I do)I manually tested the CI, it works, thanks @ammaratef45!
That's pretty cool, will have to try it out next time I'm touching integ tests