Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dCache
cta
Commits
ea3bad24
Commit
ea3bad24
authored
2 years ago
by
Jorge Camarero Vera
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Fix broken tests when CTA is compiled in RelWithDebInfo"
parent
6cc6e6d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
tests/helgrind.suppr
+88
-1
88 additions, 1 deletion
tests/helgrind.suppr
xrootd-ssi-protobuf-interface
+1
-1
1 addition, 1 deletion
xrootd-ssi-protobuf-interface
with
90 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
ea3bad24
...
...
@@ -41,7 +41,7 @@ message(STATUS "Setting support for c++17")
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++17"
)
if
(
NOT CMAKE_BUILD_TYPE
)
set
(
CMAKE_BUILD_TYPE
"
Debug
"
CACHE STRING
""
FORCE
)
set
(
CMAKE_BUILD_TYPE
"
RelWithDebInfo
"
CACHE STRING
""
FORCE
)
endif
()
# CTA continue using the old ABI, so we should force it. This command only works on cmake3,
...
...
This diff is collapsed.
Click to expand it.
tests/helgrind.suppr
+
88
−
1
View file @
ea3bad24
...
...
@@ -800,7 +800,6 @@
ArchiveRequest_AddToNewQueue
Helgrind:Race
...
fun:_ZNSt6futureIvE3getEv
fun:_ZN3cta8ostoredb8MemQueueINS_11objectstore14ArchiveRequestENS2_12ArchiveQueueEE19sharedAddToNewQueueERNS3_7JobDumpERKSsRS3_RNS_8OStoreDBERNS_3log10LogContextERNS_9threading11MutexLockerE
fun:_ZN3cta8ostoredb8MemQueueINS_11objectstore14ArchiveRequestENS2_12ArchiveQueueEE16sharedAddToQueueERNS3_7JobDumpERKSsRS3_RNS_8OStoreDBERNS_3log10LogContextE
...
...
...
@@ -814,3 +813,91 @@
fun:_ZN3cta11objectstore19ScopedExclusiveLockD1Ev
...
}
{
AgentReference_ExecuteAction
Helgrind:Race
...
fun:_ZN3cta11objectstore14AgentReference21queueAndExecuteActionESt10shared_ptrINS1_6ActionEERNS0_7BackendE
...
}
{
ObjectStoreAgentReference
Helgrind:Race
...
fun:_ZN3cta11objectstore14AgentReferenceD0Ev
...
}
{
AgentReferenceLockPolicy
Helgrind:Race
...
fun:_ZNSt15_Sp_counted_ptrIPN3cta11objectstore14AgentReference6ActionELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
...
fun:_ZN3cta11objectstore14AgentReference14addToOwnershipERKSsRNS0_7BackendE
...
}
{
objectstore14ArchiveRequest_MemQueueRequest
Helgrind:Race
...
fun:_ZNSt15_Sp_counted_ptrIPN3cta8ostoredb15MemQueueRequestINS0_11objectstore14ArchiveRequestENS3_12ArchiveQueueEEELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
...
fun:_ZN3cta8ostoredb8MemQueueINS_11objectstore14ArchiveRequestENS2_12ArchiveQueueEE16sharedAddToQueueERNS3_7JobDumpERKSsRS3_RNS_8OStoreDBERNS_3log10LogContextE
...
}
{
Protobug_ArchiveRequest
Helgrind:Race
...
fun:_ZN6google8protobuf8internal20RepeatedPtrFieldBase7DestroyINS0_16RepeatedPtrFieldIN3cta11objectstore11serializers10ArchiveJobEE11TypeHandlerEEEvv
fun:~RepeatedPtrField
fun:_ZN3cta11objectstore11serializers14ArchiveRequestD1Ev
...
}
{
<insert_a_suppression_name_here>
Helgrind:Race
...
fun:_ZZN9unitTests50OStoreDBTest_MemQueuesSharedAddToArchiveQueue_Test8TestBodyEvENKUlvE_clEv
...
}
{
Mutex_properly_throws_exceptions_PthAPIerror
Helgrind:PthAPIerror
...
fun:_ZN9unitTests51cta_threading_Mutex_properly_throws_exceptions_Test8TestBodyEv.cold.60
...
}
{
Mutex_properly_throws_exceptions_UnlockUnlocked
Helgrind:UnlockUnlocked
...
fun:_ZN9unitTests51cta_threading_Mutex_properly_throws_exceptions_Test8TestBodyEv.cold.60
...
}
{
TapeServerDaemon_TapeWrite
Helgrind:Race
...
fun:_ZN6castor4tape10tapeserver6daemon13TapeWriteTaskD1Ev
fun:_ZN6castor4tape10tapeserver6daemon13TapeWriteTaskD0Ev
...
}
{
TapeServerDaemon_DiskWrite
Helgrind:Race
...
fun:_ZN6castor4tape10tapeserver6daemon13DiskWriteTaskD1Ev
fun:_ZN6castor4tape10tapeserver6daemon13DiskWriteTaskD0Ev
...
}
This diff is collapsed.
Click to expand it.
xrootd-ssi-protobuf-interface
@
73cc5a13
Subproject commit
f4bc1219895ede23285c8ce413023152c54705c4
Subproject commit
73cc5a131f4071a44e0029e6e972e2ffdcf79f05
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment