-
Notifications
You must be signed in to change notification settings - Fork 651
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
Update debug messages when checking hash uniqueness #613
Update debug messages when checking hash uniqueness #613
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @ianjmacintosh! I expect there will be some test expectations to update :)
Hehe, yeah, right on. When I searched the project for the string in question (to find it in the first place), I just found it in that one location, but we'll see! 🎲🎲 |
Yep, I'm seeing some failing tests, time to chase them down. |
Running the tests locally shows some errors that I suspect are just specific to my own environment and would require some more digging to straighten out. Instead of tackling those in order to get passing tests locally before pushing, I've updated the tests that looked relevant and am giving it another shot. If I see failures on the status checks again, I'll do a deeper dive to get the tests passing locally before trying again. |
packages/cli/test/autorun-start-server.test.js should be the only one left to worry about :) |
Yeah, I'm pretty sure that's the case and I've already got that commit ready, but I feel like I should be able to run tests locally before passing them off to CI. Hang tight 🦥 |
I think a few might be failing because of a fork. There are a few tests we need to configure to be skipped that rely on the git history of the upstream repo. |
Yeah, that was definitely part of it, so I changed my remotes. I was also not running Since that's almost definitely unrelated, I pushed my changes so CI can test while I figure out my local environment issues. |
Yep, all good, all checks passed 🥳 |
thanks very much @ianjmacintosh! 🎉 |
Based on the thread in the attached ticket, I've clarified the debug messages when LHCI checks commit hash uniqueness.
Close #612