dmwm / DBSClient

Apache License 2.0
3 stars 8 forks source link

Changes to pass DBS validation tests and fix test of checking serverinfo API #52

Closed vkuznet closed 2 years ago

vkuznet commented 2 years ago

@yuyiguo I made separate PR to address changes required to pass DBS Validation tests. The changes reflects difference in API output and behavior between two implementations. Please review. For instance, in new implementation I added /process API for DBS Migration server to distinguish it from /submit. The former process existing request, while later only submit a request. With these set of changes I was able to pass all DBSMigration_t tests.

vkuznet commented 2 years ago

@yuyiguo I applied changes you requested (put all printous under debug mode), please review again.