-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session Bin Test Fixes #296
Conversation
@emmacasolin the nested describes haven't been removed yet. You should also be removing all the nested describes. |
3063b93
to
dfcce7b
Compare
This is ready for review/merge. Follow up on the concurrent tests will be done in MatrixAI/Polykey-CLI#18 |
Can you rebase this on top of the BIP 39 PR? |
dfcce7b
to
35902cb
Compare
Done |
35902cb
to
57e65ff
Compare
Needs squash and rebase on master. |
0657a41
to
f09f815
Compare
This rebase wasn't done correctly. You should have squashed before rebasing. There are several merge conflicts now. @emmacasolin |
Rebasing now nad resolving conflicts. |
1230250
to
40af8eb
Compare
Ok fully rebased. Now there's only 1 file change. |
The |
To finish the session testing properly I need:
This also means I'll be trying out https://homoly.me/posts/organizing-tests-with-jest-projects to make the |
The
This also means stopping the pk agent, one must also wait for the status to be dead before fully finishing. I can add this into our |
As discussed, timeouts do apply to |
Ok in that case I'll try with a "max timeout" and a usage of fd-lock when using |
A few things about
While doing this, it can output STDERR messages about what it is doing. This makes |
Can't do this:
Because the |
The |
Will be addressing the |
…assword-new-file` now
…d`, `processPassword` is only used by `pk agent start`
…start` when starting with non-existing node path
e8b8cb9
to
ea8493f
Compare
Description
Fixing sessions bin tests.
Tasks
meta?: Metadata
and replace it with:auth
Session Bin Test Fixes #296 (comment)process.stdout.write
calls Session Bin Test Fixes #296 (comment)process*
options into before thetry
block that establishes thePolykeyClient
.Final checklist