strongloop / loopback-connector-informix

LoopBack connector for IBM Informix
Other
2 stars 2 forks source link

Fix testing failure on master branch #21

Closed jannyHou closed 7 years ago

jannyHou commented 7 years ago

master branch is failing due to error:

1)  "before all" hook:
   TypeError: Cannot set property deleteAll of #<SQLConnector> which has only a getter
    at Object.<anonymous> (lib/informix.js:275:62)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (index.js:8:18)
    at require (internal/module.js:12:17)
    at global.getDataSource.global.getSchema (test/init.js:28:27)
    at Context.<anonymous> (test/informix.discover.test.js:17:15)
jannyHou commented 7 years ago

closing it in favour of https://github.com/strongloop-internal/scrum-loopback/issues/1259

eddiemonge commented 7 years ago

This is not a CI issue. It occurs locally as well.

kjdelisle commented 7 years ago

We have a task to track the work of the informix rewrite and testing. Closing as duplicate