Commit 264f9c895d6704179cf5db582d65a272680752a9
be sure sbots do not try opening the same db
Dominic Tarr committed on 5/21/2017, 2:41:03 AMParent: 7e452a77b7d61512a97535260e67cbc0470ce20b
Files changed
test/invite.js | changed |
test/invite.js | |||
---|---|---|---|
@@ -170,20 +170,20 @@ | |||
170 | 170 … | }) | |
171 | 171 … | ||
172 | 172 … | tape('test invite.create with modern', function (t) { | |
173 | 173 … | var alice = createSbot({ | |
174 | - temp: 'test-invite-alice2', timeout: 100, | ||
174 … | + temp: 'test-invite-alice5', timeout: 100, | ||
175 | 175 … | allowPrivate: true, | |
176 | 176 … | keys: ssbKeys.generate() | |
177 | 177 … | }) | |
178 | 178 … | ||
179 | 179 … | var bob = createSbot({ | |
180 | - temp: 'test-invite-bob2', timeout: 100, | ||
180 … | + temp: 'test-invite-bob5', timeout: 100, | ||
181 | 181 … | keys: ssbKeys.generate() | |
182 | 182 … | }) | |
183 | 183 … | ||
184 | 184 … | var carol = createSbot({ | |
185 | - temp: 'test-invite-carol2', timeout: 100, | ||
185 … | + temp: 'test-invite-carol5', timeout: 100, | ||
186 | 186 … | keys: ssbKeys.generate() | |
187 | 187 … | }) | |
188 | 188 … | ||
189 | 189 … | //request a secret that with particular permissions. | |
@@ -224,9 +224,9 @@ | |||
224 | 224 … | ||
225 | 225 … | tape('test invite.accept doesnt follow if already followed', function (t) { | |
226 | 226 … | ||
227 | 227 … | var alice = createSbot({ | |
228 | - temp: 'test-invite-alice3', | ||
228 … | + temp: 'test-invite-alice6', | ||
229 | 229 … | timeout: 100, | |
230 | 230 … | allowPrivate: true, | |
231 | 231 … | keys: ssbKeys.generate() | |
232 | 232 … | }) | |
@@ -256,15 +256,15 @@ | |||
256 | 256 … | ||
257 | 257 … | tape('test invite with note', function (t) { | |
258 | 258 … | ||
259 | 259 … | var alice = createSbot({ | |
260 | - temp: 'test-invite-alice2', timeout: 100, | ||
260 … | + temp: 'test-invite-alice7', timeout: 100, | ||
261 | 261 … | allowPrivate: true, | |
262 | 262 … | keys: ssbKeys.generate() | |
263 | 263 … | }) | |
264 | 264 … | ||
265 | 265 … | var bob = createSbot({ | |
266 | - temp: 'test-invite-bob2', timeout: 100, | ||
266 … | + temp: 'test-invite-bob7', timeout: 100, | ||
267 | 267 … | keys: ssbKeys.generate() | |
268 | 268 … | }) | |
269 | 269 … | ||
270 | 270 … | alice.invite.create({uses:1, note:'bob'}, function (err, invite) { |
Built with git-ssb-web