-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: improve KMS error handling #45
base: chore/packages-node-update
Are you sure you want to change the base?
Conversation
Are we good with this PR? #43 |
|
… wsdt/kms-update # Conflicts: # package.json # pnpm-lock.yaml
Hello @wsdt, I was also facing the same issues so have to downgrade the package to older version to keep the test running. will take look on what wrong here, tried spending some time earlier but let me dig more into it. |
thanks Sahil! :-) |
@boyuan-chen @sk-enya looks like the changes in the past few weeks/months (just an assumption) on the graph-utils repo have broken the tests on the lightbridge. I have downgraded the package for now to have the pipeline green again.
Added a ticket on my end to check why the tests are failing (seems like some require/import commonjs incompatibility). But if you guys know already what it might be, would be great if you could create a PR. Thx!
EDIT: Looks like the old package can't be used anymore. Tests go way further but fail at a different point.
Just merged your PR into mine to make sure my own changes don't break anything. Would be great if we could check why the graph-utils package breaks the tests.