-
Notifications
You must be signed in to change notification settings - Fork 867
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
[BUG]: Warning in build after agent upgrade: Failed to get FF TestManagement.Server.EnableAzureTestPlanTaskFlow Value #4896
Comments
Hi @ValentijnMakkenze thank you for reporting this issue! |
We have a self-hosted environment, I changed the url to this and got this as response
|
Same here, we have a self-hosted environmen and we updated to Azure DevOps 2022.1 and AgentVersion 3.243.0 ..._apis/FeatureFlags/TestManagement.Server.EnableAzureTestPlanTaskFlow |
Hi @ValentijnMakkenze,
Could you please try to install the latest updates for Azure DevOps server and check if the issue still happens? In case if the issue still occurs could you please open a ticket on the https://developercommunity.visualstudio.com/AzureDevOpsServerTFS, since this repo is related to the agent issues, and it's look like a problem on the Azure DevOps Server side. |
Hi @vmapetr, We are using Azure DevOps Server 2022.2 (AzureDevopsServer_20240702.1). The agent version is 3.242.1.
|
Hi @ValentijnMakkenze @JeremyJeanson @lars-lange, To avoid the warning it is required to register the TestManagement.Server.EnableAzureTestPlanTaskFlow Feature Flag on the Server. Please execute the following queue in the config database.
And restart IIS Web App for the Azure DevOps collection. I also clarified where the mentioned FF will be registered on the Server side, and it will happen only with the next major update for on-prem Server, which is planned for mid 2025. So, to resolve this issue until the next release we are preparing additional PR for the agent that will hide this FF under the agent knob, which will be disabled by default, and can be enabled by setting the environment variable. It will be published soon. |
Thank you. |
I registered the featureflag and the warning is now gone, thanks |
Hello I have faced the similar issue on our self-hosted agent Can someone guide how can I register the TestManagement.Server.EnableAzureTestPlanTaskFlow Feature Flag on the Server, because I have no idea how to perform it |
@AkisParousis you need access to the database. On Windows, you can use SQL Server Management Studio to connect to the server. Then, in Object Explorer, expand Databases, go to the database suffixed You can then paste |
What happened?
After upgrading the build agent to the latest version, we are getting build warnings like this
Versions
Azure Pipelines Agent 3.241.0
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
Azure DevOps Server (Please specify exact version in the textbox below)
Azure DevOps Server Version (if applicable)
Version Azure DevOps Server 2022.2 (AzureDevopsServer_20240702.1)
Operation system
Windows Server 2016 Standard
Version controll system
git
Relevant log output
No response
The text was updated successfully, but these errors were encountered: