question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We need to review all AzDO logging commands used for RO/RW-ness of variables

See original GitHub issue
  • This issue is blocking : Not blocking but only because the feature flag was turned off
  • This issue is causing unreasonable pain : Same as above, only not unreasonably painful because it’s turned off.

As noted in this build, we’ve started to run afoul of this by-design security improvement change described here.

This was thankfully turned off quickly after it broke us, but will definitely be turned on again.

What we need to do:

  • Review everywhere Arcade functionality is writing output variables
  • Everywhere we are writing one, if there is any chance of it being written multiple times it needs to have isReadonly=false set.
  • Output variables are as noted automatically read-only, if these are set multiple times they will likely need to be refactored in some way.

@ilyas1974 / @markwilkie this isn’t urgent but maybe a candidate for FR. It’s going to be non-trivial amounts of work and it’s not urgent as we’ve gotten the flag turned off for now.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
missymessacommented, May 8, 2020

@vtbassmatt I think I found a build with the warning: image

1reaction
riarenascommented, May 6, 2020

Worth noting here that even once we make the changes in our repos, we need to sync up with partners and let them know with enough time for them to also do any work in their repos before the feature flag is turned on again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Monitoring, metrics, and raw logs for Azure CDN
This article describes how to set up and use Azure CDN monitoring, metrics, and raw logs.
Read more >
Logging commands - Azure Pipelines
In this article​​ Logging commands are how tasks and scripts communicate with the agent. They cover actions like creating new variables, marking ...
Read more >
Diagnostic logs - Azure Content Delivery Network
Learn how to use Azure diagnostic logs to save core analytics, which allows you to export usage metrics from your Azure Content Delivery ......
Read more >
Review logs to diagnose pipeline issues - Azure
You can view logs by navigating to the pipeline run summary and selecting the job and task. If a certain task is failing,...
Read more >
Log metrics, parameters and files with MLflow - Azure
Logs can help you diagnose errors and warnings, or track performance metrics like parameters and model performance. In this article, you learn ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found