Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
709acaa7
Commit
709acaa7
authored
Jan 17, 2025
by
Titouan Soulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_crm: fix typo in reported error
parent
a58773e0
Pipeline
#39270
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
master/bt5/slapos_crm/SkinTemplateItem/portal_skins/slapos_crm_monitoring/ComputeNode_getReportedErrorDict.py
...slapos_crm_monitoring/ComputeNode_getReportedErrorDict.py
+1
-1
master/bt5/slapos_crm/TestTemplateItem/portal_components/test.erp5.testSlapOSCRMMonitoringAlarm.py
...rtal_components/test.erp5.testSlapOSCRMMonitoringAlarm.py
+1
-1
No files found.
master/bt5/slapos_crm/SkinTemplateItem/portal_skins/slapos_crm_monitoring/ComputeNode_getReportedErrorDict.py
View file @
709acaa7
...
...
@@ -129,7 +129,7 @@ for software_installation in portal.portal_catalog(
if
access_status_text
.
startswith
(
"#building"
):
error_dict
[
'ticket_description'
]
=
\
"The software release %s is building for mo
de them
12 hours on %s, started on %s"
%
message_list
"The software release %s is building for mo
re than
12 hours on %s, started on %s"
%
message_list
else
:
error_dict
[
'ticket_description'
]
=
\
"The software release %s is failing to build for too long on %s, started on %s"
%
message_list
...
...
master/bt5/slapos_crm/TestTemplateItem/portal_components/test.erp5.testSlapOSCRMMonitoringAlarm.py
View file @
709acaa7
...
...
@@ -987,7 +987,7 @@ class TestSlapOSCrmMonitoringCheckComputeNodeState(TestSlapOSCrmMonitoringMixin)
message
=
ticket
.
SupportRequest_recheckMonitoring
()
self
.
assertEqual
(
error_dict
[
'message'
],
message
)
self
.
assertIn
(
" is building for mo
de them
12 hours on"
,
message
)
self
.
assertIn
(
" is building for mo
re than
12 hours on"
,
message
)
event_list
=
ticket
.
getFollowUpRelatedValueList
()
self
.
assertEqual
(
len
(
event_list
),
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment