fix: broken CI #771
Merged
decentral1se
merged 3 commits from 2026-02-15 16:34:01 +00:00
fix/ci-02-15 into main
No Reviewers
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#771
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.
Trying to get the integration suite back in shape with 2 fixes.
c7cdf258a6: this test was flaking on CI and I realised the test itself is borked (I wrote it 🙃). Along the way I realised that there is no check for a borked tag onabra app deploy, which is now covered and tested. I believe the tag parsing can still explode if you have a deployed borked tag but I hope that use-case will go away now it's blocked from the deploy side.e56e1157bd: Follows up on #753 and #761. @ammaratef45 I realised that we had maderecipe.Ensure(...)for this update logic, which handles the various cases internally (e.g. if the user passed--offlineor not). When I wrotef9ea7506d0it started breaking a shit tonne ofabra app newintegration suite tests because a directEnsureUpToDatedeletes unstaged changes 😆 I switched fromWarnFtoFatalbecause I reckon that if you can't update and you want to, something much worse is wrong and you'd want to know about it.Hmmm, can we update the error log message and refer the user to using the
-oflag if failure to update the recipe was to be an expected outcome? (working on a local only network or something like that)Not a use case that I expect many people to have but seems easy to do, what do you think?
Not a very satisfying answer I imagine but I trust that people will see a network related error and check
--helpand find--offline. I'm pretty wary of going too deep into improving error messages because it is hard to detect when the context happened to show the right message.you're right, I guess it also adds natural language strings that can't be tied to variable logic (like if we change the offline option behavior we will 99% of the time fail to update all strings that talk about it)
cool, it's more satisfying of an answer than you assumed 😆