ocopea / pcf-fs-crb

File system based Copy Repository Broker
Other
2 stars 0 forks source link

Modify the CRB to implement 0.24 API version #7

Open vjtirumalai opened 7 years ago

vjtirumalai commented 7 years ago
shpandrak commented 7 years ago

Having the mysql-dsb functional tests rely on the cf-crb was a mistake. This is another proof.. but never mind, I will keep it as is...

vjtirumalai commented 7 years ago

The functional tests are validating copy restore workflow end to end which requires a DSB and CRB. Do propose what you have in mind for a "functional test"? Lets talk after you have a proposal.

shpandrak commented 7 years ago

@vjtirumalai The mysql dsb does not rely on "a CRB" for functional tests. all it needs is something that implements "shapnRest" protocol. (The DSBs are not and should not be familiar with the CRB concept - only protocols for copying data) Implementing a service with the "shpanRest" protocol is a few lines of code... only need post data and get data... my proposal is to implement that and not rely on a another service that might change in the future.