git ssb

4+

Dominic / scuttlebot



Commit 264f9c895d6704179cf5db582d65a272680752a9

be sure sbots do not try opening the same db

Dominic Tarr committed on 5/21/2017, 2:41:03 AM
Parent: 7e452a77b7d61512a97535260e67cbc0470ce20b

Files changed

test/invite.jschanged
test/invite.jsView
@@ -170,20 +170,20 @@
170170 })
171171
172172 tape('test invite.create with modern', function (t) {
173173 var alice = createSbot({
174- temp: 'test-invite-alice2', timeout: 100,
174 + temp: 'test-invite-alice5', timeout: 100,
175175 allowPrivate: true,
176176 keys: ssbKeys.generate()
177177 })
178178
179179 var bob = createSbot({
180- temp: 'test-invite-bob2', timeout: 100,
180 + temp: 'test-invite-bob5', timeout: 100,
181181 keys: ssbKeys.generate()
182182 })
183183
184184 var carol = createSbot({
185- temp: 'test-invite-carol2', timeout: 100,
185 + temp: 'test-invite-carol5', timeout: 100,
186186 keys: ssbKeys.generate()
187187 })
188188
189189 //request a secret that with particular permissions.
@@ -224,9 +224,9 @@
224224
225225 tape('test invite.accept doesnt follow if already followed', function (t) {
226226
227227 var alice = createSbot({
228- temp: 'test-invite-alice3',
228 + temp: 'test-invite-alice6',
229229 timeout: 100,
230230 allowPrivate: true,
231231 keys: ssbKeys.generate()
232232 })
@@ -256,15 +256,15 @@
256256
257257 tape('test invite with note', function (t) {
258258
259259 var alice = createSbot({
260- temp: 'test-invite-alice2', timeout: 100,
260 + temp: 'test-invite-alice7', timeout: 100,
261261 allowPrivate: true,
262262 keys: ssbKeys.generate()
263263 })
264264
265265 var bob = createSbot({
266- temp: 'test-invite-bob2', timeout: 100,
266 + temp: 'test-invite-bob7', timeout: 100,
267267 keys: ssbKeys.generate()
268268 })
269269
270270 alice.invite.create({uses:1, note:'bob'}, function (err, invite) {

Built with git-ssb-web