Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Missing Group Name
-
I create a test action which executes some tests - I don't give it a group name.
I run the build
On the Execution Details page I click the Tests link by the log link and get:
Server Error in '/' Application.
The parameter "GroupName" is missing.
Parameter name: GroupName
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: Inedo.Web.HttpArgs.HttpArgumentMissingException: The parameter "GroupName" is missing.
Parameter name: GroupNameSource Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:[HttpArgumentMissingException: The parameter "GroupName" is missing.
Parameter name: GroupName]
Inedo.Web.HttpArgs.QueryStringArgumentAttribute.Encode(String argumentName, Object value, PageFreeUrlBuilder targetUrl) +330
Inedo.Web.HttpArgs.HttpArgumentProvider.BuildUrl(Type pageType, String canonicalUrl, IEnumerable1 arguments) +862 Inedo.BuildMaster.Web.WebApplication.Pages.Applications.ApplicationPageBase.BuildBaseUrl(Int32 applicationId, KeyValuePair
2[] args) +98
Inedo.BuildMaster.Web.WebApplication.Pages.Applications.Executions.ViewTestLogPage.BuildUrl(Int32 applicationId, Int32 executionId, String groupName, Int32 testSequence) +350
Inedo.BuildMaster.Web.WebApplication.Applications.Executions.TestResults.TestResults_Load(Object sender, EventArgs e) +3320
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
-
That field is supposed to be required. We will update the behavior of the control to display an error message if no group name is supplied.