mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
A set of integration tests for backend #2141
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#2141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ainar-g on GitHub (Nov 13, 2020).
Originally assigned to: @ainar-g on GitHub.
We really need one. Unit tests are good to have, but they really don't catch that many bugs in a statically-typed language like Go. Integration tests, on the other hand, catch quite a lot.
The best case scenario is that we get a statically-compiled binary,
AdGuardHome.test, which we can send to the target machine, run it, and get test results, coverage reports, perhaps even CPU and memory benchmark reports. I have some experience making such stuff, but not on this scale.