12684: Use mock services in arvfile sparse write tests
authorBrett Smith <brett.smith@curii.com>
Tue, 9 May 2023 15:16:22 +0000 (11:16 -0400)
committerBrett Smith <brett.smith@curii.com>
Tue, 9 May 2023 15:16:22 +0000 (11:16 -0400)
commite3962b41ad01780c1b173892f0a5c947449a0ed8
treecf97b399ce05e053802694aad552cf6d19f75f4b
parent38bae05cc62fa136960d4336a3aa23c94d70173b
12684: Use mock services in arvfile sparse write tests

Without these mocks, Jenkins seems to spend a lot of time retrying
requests—although weirdly, I don't see that in my own development
environment.

I believe the mocks were always intended to be used, since they're
instantiated and already used in other sparse write tests. To me this
looks like an oversight when the previous tests were adapted to write
new collections.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/tests/test_arvfile.py