You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launches the origin. May need some modest refactoring to move necessary code from cmd/origin_serve.go into the xrootd or origin_ui module.
Checks the xrootd server is alive and ready. Perhaps expose the running PID for xrootd and allow the test to get the resource usage (getrusage - should be exposed in the syscalls package).
Checks the health API is set appropriately.
Invokes the self-test cycle: upload a file, download a file, delete the file. Verify contents.
Shuts down the origin.
The text was updated successfully, but these errors were encountered:
Add a go-based integration test that:
cmd/origin_serve.go
into thexrootd
ororigin_ui
module.getrusage
- should be exposed in the syscalls package).The text was updated successfully, but these errors were encountered: