Open lorthirk opened 7 years ago
@lorthirk Regarding this suite of tests. Can you provide me with basic scenarios to be tested? Should this tests be based on REST interface or on services itself?
Publish, Store and SendRequest are three new APIs introduced in the API Gateway with 0.3.0. We need to provide test coverage for these new functionalities. Store is already covered by Data store tests.
Publish and SendRequest have a brand new implementation backends that needs to be test covered.
@lorthirk can you work with @muros-ct to define the scenarios?
Hi all,
668 introduces Publish, Store and Send Request REST APIs. We need to test at least the new backend services used by Send Request and Publish. Store uses the same services already existing and used by the broker to store messages.