]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: ensure unique template specializations per test case 9990/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 28 Jun 2016 19:18:51 +0000 (15:18 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 28 Jun 2016 19:18:51 +0000 (15:18 -0400)
commit995a16ebcbe79fd14e6de3b25087373744238294
tree66b89969a5e84684e3575bfa6b9b6ebc9245e699
parent187e2c87b50d64e93736a42fcf449c55e8550125
test: ensure unique template specializations per test case

With optimizations disabled, there can be cross translation unit
symbol leaking that is not present when inlining is enabled.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/rbd_mirror/image_sync/test_mock_ImageCopyRequest.cc
src/test/rbd_mirror/image_sync/test_mock_ObjectCopyRequest.cc
src/test/rbd_mirror/image_sync/test_mock_SnapshotCopyRequest.cc
src/test/rbd_mirror/image_sync/test_mock_SnapshotCreateRequest.cc
src/test/rbd_mirror/image_sync/test_mock_SyncPointCreateRequest.cc
src/test/rbd_mirror/image_sync/test_mock_SyncPointPruneRequest.cc
src/test/rbd_mirror/test_mock_ImageSync.cc
src/test/rbd_mirror/test_mock_ImageSyncThrottler.cc