Project

General

Profile

Bug #18393

Updated by Nathan Cutler about 7 years ago

objecter_requests workunit takes an argument "test" specifying a download URL, e.g:

<pre>
objecter_requests:
test: "http://git.ceph.com/?p=ceph.git;a=blob_plain;f=src/test/admin_socket/objecter_requests;hb={branch}"
</pre>

Since ceph-ci.git was split off of ceph.git, that download will fail for wip branches since those are found only in ceph-ci.git.

I guess it will be rare for someone's wip branch to include changes to src/test/admin_socket/objecter_requests so we can just download from the appropriate branch of ceph/ceph.git.

Back