From 2cec8411e30a183ff3a5e72bdbe5fb7c8bd806ef Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 2 Sep 2017 11:01:15 +0100 Subject: [PATCH 1/5] chore: test against latest go-ipfs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b816812e3..308932c88 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "gulp": "^3.9.1", "hapi": "^16.5.2", "interface-ipfs-core": "~0.31.12", - "ipfsd-ctl": "~0.21.0", + "ipfsd-ctl": "~0.22.0", "pre-commit": "^1.2.2", "socket.io": "^2.0.3", "socket.io-client": "^2.0.3", From aacef0da207d964a21eb25446d80dec4ae49b2f2 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 2 Sep 2017 11:06:44 +0100 Subject: [PATCH 2/5] test: skip diag.net tests as feature got deprecated in 0.4.10 --- test/diag.spec.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/diag.spec.js b/test/diag.spec.js index 1f3357c58..94ee50bb3 100644 --- a/test/diag.spec.js +++ b/test/diag.spec.js @@ -24,7 +24,8 @@ describe('.diag', () => { after((done) => fc.dismantle(done)) describe('Callback API', () => { - it('.diag.net', (done) => { + // Disabled in go-ipfs 0.4.10 + it.skip('.diag.net', (done) => { ipfs.diag.net((err, res) => { expect(err).to.not.exist() expect(res).to.exist() @@ -52,7 +53,8 @@ describe('.diag', () => { }) describe('Promise API', () => { - it('.diag.net', () => { + // Disabled in go-ipfs 0.4.10 + it.skip('.diag.net', () => { return ipfs.diag.net() .then((res) => expect(res).to.exist()) }) From a7fe7661ea772552f92468fba4ed49e3be53cef9 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 2 Sep 2017 11:53:37 +0100 Subject: [PATCH 3/5] chore: bump timouts --- package.json | 2 +- test/name.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 308932c88..447d0115d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.3.0", "gulp": "^3.9.1", "hapi": "^16.5.2", - "interface-ipfs-core": "~0.31.12", + "interface-ipfs-core": "~0.31.14", "ipfsd-ctl": "~0.22.0", "pre-commit": "^1.2.2", "socket.io": "^2.0.3", diff --git a/test/name.spec.js b/test/name.spec.js index c9fc68b87..b556afe28 100644 --- a/test/name.spec.js +++ b/test/name.spec.js @@ -20,7 +20,7 @@ describe('.name', () => { let fc before(function (done) { - this.timeout(20 * 1000) // slow CI + this.timeout(50 * 1000) // slow CI fc = new FactoryClient() series([ (cb) => { From d6150f8b0eae541a991cf2961831d232f30e12e2 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 2 Sep 2017 12:09:16 +0100 Subject: [PATCH 4/5] chore: bump timouts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 447d0115d..0597a8972 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.3.0", "gulp": "^3.9.1", "hapi": "^16.5.2", - "interface-ipfs-core": "~0.31.14", + "interface-ipfs-core": "~0.31.15", "ipfsd-ctl": "~0.22.0", "pre-commit": "^1.2.2", "socket.io": "^2.0.3", From 4bac519a913065e3db980333e742e8b4b63f24ca Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 2 Sep 2017 19:55:23 +0100 Subject: [PATCH 5/5] chore: update interface-ipfs-core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0597a8972..906ca1fd8 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.3.0", "gulp": "^3.9.1", "hapi": "^16.5.2", - "interface-ipfs-core": "~0.31.15", + "interface-ipfs-core": "~0.31.16", "ipfsd-ctl": "~0.22.0", "pre-commit": "^1.2.2", "socket.io": "^2.0.3",