redo test harness (antenna)
Categories
(Socorro :: Antenna, task, P3)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(2 files)
I like the environment that tests run in to be as similar as possible between CircleCI and local dev environment. When running in CircleCI, docker containers can't volume mount the local directory. So to fix that, I wrote this monstrous scaffolding that builds a data container, copies the local directory into it, then volume mounts the data container and runs the tests.
Instead of doing that, we should rewrite it to what Tecken is doing where CI runs in -ci versions of the services which use what's in the container and doesn't volume mount anything. I didn't go that route originally because I didn't like how we were running things in different contexts, but I've since decided it'll be a lot easier to understand and maintain.
This covers fixing Antenna tests.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
| Assignee | ||
Comment 5•5 years ago
|
||
This went out in bug #1669765 in 2020.10.07. Marking as FIXED.
Description
•