Skip to content

Add more logging for node:atoms rake task #7707

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

Conversation

luke-hill
Copy link
Contributor

Help triage #7704
Add extra logging when RakeOuts are not found during meta-programming phase.

Rake::Task['//javascript/atoms/fragments:is-displayed'].out,
Rake::Task['//javascript/webdriver/atoms:get-attribute'].out
].each do |atom|
p rake_outs = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
p rake_outs = [
rake_outs = [

Looks like an extraneous inspect was left in here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I left that in as well deliberately, just to try figure out what's going on.

But I'm convinced something else is awry. I'm not 100% sure though

@luke-hill
Copy link
Contributor Author

Going to close this as convinced that this failure was just intermittent. I've had 2 PR's which haven't thrown this error, so reasonably convinced it's either isolated to the sonar upgrade or just because that branch is behind master and maybe something was merged into master erroneously which broke CI?

@luke-hill luke-hill closed this Oct 25, 2019
@luke-hill luke-hill deleted the feature/add_more_granular_atom_logging branch October 25, 2019 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants