electrode-io / electrode-ota-server

Electrode Over The Air Server for hot deployment of React Native and Cordova mobile apps
Other
204 stars 40 forks source link

MariaDB replacement; fix for manifest module to handle streams on zip files #43

Closed awhelms closed 6 years ago

awhelms commented 6 years ago
datvong-wm commented 6 years ago

Tests are failling because it should be using test keyspace "ota_server_test"; instead it is using "wm_ota" keyspace, which is a default keyspace. I can reproduce locally, so I can look into it. It might have been there previously.