Compare commits

..

No commits in common. "f828aec3291e330a6e0ab2aa5d7b8dacaf753ff3" and "6eacd79f079cbdff752fac0db88256b380716dd7" have entirely different histories.

4 changed files with 114 additions and 737 deletions

View File

@ -88,16 +88,6 @@ class RESTClient {
});
}
/**
* Destroy the HTTP agent, forcing a close of the remaining open
* connections
*
* @return {undefined}
*/
destroy() {
this.httpAgent.destroy();
}
/*
* Create a dedicated logger for RESTClient, from the provided werelogs API
* instance.

View File

@ -46,7 +46,7 @@
"eslint-config-airbnb": "6.2.0",
"eslint-config-scality": "scality/Guidelines#ec33dfb",
"eslint-plugin-react": "^4.3.0",
"mocha": "8.0.1",
"mocha": "2.5.3",
"sinon": "^9.0.2",
"temp": "0.9.1"
},

View File

@ -59,7 +59,6 @@ describe('REST interface for blob data storage', () => {
after(done => {
server.stop();
client.destroy();
done();
});

838
yarn.lock

File diff suppressed because it is too large Load Diff