You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
GALASA_ERROR_SUBMIT_REPORT_JUNIT_WRITE_FAIL=NewMessageType("GAL1015E: Failed to write test report junit results file %s. Reason is %s", 1015, STACK_TRACE_WANTED)
104
106
GALASA_ERROR_EMPTY_PORTFOLIO=NewMessageType("GAL1016E: There are no tests in the test porfolio %s", 1016, STACK_TRACE_WANTED)
105
107
GALASA_ERROR_TESTS_FAILED=NewMessageType("GAL1017E: Not all runs passed. %v failed.", 1017, STACK_TRACE_NOT_WANTED)
106
-
GALASA_ERROR_NO_TESTS_SELECTED=NewMessageType("GAL1018E: No tests were selected.", 1018, STACK_TRACE_WANTED)
108
+
GALASA_ERROR_NO_TESTS_SELECTED=NewMessageType("GAL1018E: No tests were selected.", 1018, STACK_TRACE_NOT_WANTED)
GALASA_ERROR_OPEN_LOG_FILE_FAILED=NewMessageType("GAL1020E: Failed to open log file '%s' for writing. Reason is %s", 1020, STACK_TRACE_NOT_WANTED)
109
111
GALASA_ERROR_OPEN_PORTFOLIO_FILE_FAILED=NewMessageType("GAL1021E: Failed to open portfolio file '%s' for reading. Reason is %s", 1021, STACK_TRACE_WANTED)
@@ -230,7 +232,8 @@ var (
230
232
GALASA_ERROR_FAILED_TO_COMPILE_PROPERTY_FIELD_REGEX=NewMessageType("GAL1141E: Unable to compile the regex pattern for Galasa Property field '%s'. Reason: '%s'", 1141, STACK_TRACE_NOT_WANTED)
231
233
GALASA_ERROR_INVALID_PROPERTY_FIELD_FORMAT=NewMessageType("GAL1142E: The %s field value, '%s', provided does not match formatting requirements. "+
232
234
"The %s field value must start with a character in the 'a-z' or 'A-Z' range, followed by any characters in the 'a'-'z', 'A'-'Z', '0'-'9', '.' (period), '-' (dash) or '_' (underscore) ranges only.", 1142, STACK_TRACE_NOT_WANTED)
233
-
GALASA_ERROR_QUERY_RUNS_NON_OK_STATUS=NewMessageType("GAL1143E: Could not query run results. Server returned a non-200 code (%s)", 1143, STACK_TRACE_NOT_WANTED)
235
+
GALASA_ERROR_QUERY_RUNS_NON_OK_STATUS=NewMessageType("GAL1143E: Could not query run results. Server returned a non-200 code (%s)", 1143, STACK_TRACE_NOT_WANTED)
236
+
GALASA_ERROR_GET_TEST_CATALOG_CONTENTS_FAILED=NewMessageType("GAL1144E: Could not use url '%s' to retrieve the contents of the test catalog from stream '%s'. Http error from the Galasa server is '%v'", 1144, STACK_TRACE_NOT_WANTED)
234
237
235
238
// Warnings...
236
239
GALASA_WARNING_MAVEN_NO_GALASA_OBR_REPO=NewMessageType("GAL2000W: Warning: Maven configuration file settings.xml should contain a reference to a Galasa repository so that the galasa OBR can be resolved. The official release repository is '%s', and 'pre-release' repository is '%s'", 2000, STACK_TRACE_WANTED)
0 commit comments