ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

[WebSub] Reintroduce persistence tests #270

Open MaryamZi opened 5 years ago

MaryamZi commented 5 years ago

Description: Tests for the H2HubPersistenceStore introduced with https://github.com/ballerina-platform/ballerina-lang/pull/12940 are in the form of integration tests.

Tests could probably be improved to include unit tests for the same, without integrating it with a hub.

chamil321 commented 5 years ago

We have removed h2 module from the stdlibs and have introduced jdbc module for org ballerinax. Hence need to add a test case for JDBCHubPersistenceStore in the jdbc module