eclipse / kapua

Eclipse Public License 2.0
225 stars 160 forks source link

Publish, Store and Send Request REST APIs tests #669

Open lorthirk opened 7 years ago

lorthirk commented 7 years ago

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.

muros-ct commented 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?

stefanomorson commented 7 years ago

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?