Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CastorScript
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-tdaq-software
CastorScript
Merge requests
!29
Resolve "Initial Publish uptime of CS instance to IS"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Initial Publish uptime of CS instance to IS"
22-initial-publish-uptime-of-cs-instance-to-is
into
master
Overview
26
Commits
25
Pipelines
14
Changes
15
All threads resolved!
Hide all comments
Merged
Jonas Ladefoged Holm
requested to merge
22-initial-publish-uptime-of-cs-instance-to-is
into
master
5 years ago
Overview
26
Commits
25
Pipelines
14
Changes
3
All threads resolved!
Hide all comments
Expand
Closes
#22 (closed)
Edited
5 years ago
by
Jonas Ladefoged Holm
0
0
Merge request reports
Compare
version 9
version 12
ca0786e7
5 years ago
version 11
116e0df2
5 years ago
version 10
d1c5b6b5
5 years ago
version 9
59a94032
5 years ago
version 8
0a4f00ae
5 years ago
version 7
e74a4de2
5 years ago
version 6
e74a4de2
5 years ago
version 5
b203f340
5 years ago
version 4
26fd6591
5 years ago
version 3
7afcde58
5 years ago
version 2
95d3b39d
5 years ago
version 1
1e2a37c7
5 years ago
master (base)
and
version 10
latest version
2ce1a5b7
25 commits,
5 years ago
version 12
ca0786e7
24 commits,
5 years ago
version 11
116e0df2
23 commits,
5 years ago
version 10
d1c5b6b5
15 commits,
5 years ago
version 9
59a94032
12 commits,
5 years ago
version 8
0a4f00ae
11 commits,
5 years ago
version 7
e74a4de2
10 commits,
5 years ago
version 6
e74a4de2
10 commits,
5 years ago
version 5
b203f340
6 commits,
5 years ago
version 4
26fd6591
5 commits,
5 years ago
version 3
7afcde58
4 commits,
5 years ago
version 2
95d3b39d
3 commits,
5 years ago
version 1
1e2a37c7
1 commit,
5 years ago
Show latest version
3 files
+
10
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Script/UnitTests/FunctionalTests/ERS_Test.py
+
1
−
1
Options
@@ -66,7 +66,7 @@ class TestERStoSTDOUT(unittest.TestCase):
def
tearDownClass
(
self
):
self
.
output
.
close
()
## remove directories and files
shutil
.
rmtree
(
self
.
dirs
[
"
tmp
"
])
shutil
.
rmtree
(
self
.
dirs
[
"
tmp
"
]
,
ignore_errors
=
True
)
## Test cases:
Loading