Renamed blob checkpointstore to long name (#4990)

* Renamed blob checkpointstore to long name

* Moved unit tests into ut directory

* Re-ran recordings
This commit is contained in:
Larry Osterman 2023-09-27 10:16:15 -07:00 committed by GitHub
parent 402f4ed94e
commit daa36f1650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 27 additions and 6 deletions

View File

@ -9,5 +9,4 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
add_subdirectory(azure-messaging-eventhubs)
#add_subdirectory(azure-messaging-eventhubs-checkpointstore-blob)
add_subdirectory(blob-store)
add_subdirectory(azure-messaging-eventhubs-checkpointstore-blob)

View File

@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "cpp",
"TagPrefix": "cpp/eventhubs",
"Tag": "cpp/eventhubs_d59a0a9f3c"
"Tag": "cpp/eventhubs_ab9d97a1b9"
}

View File

@ -88,7 +88,7 @@ create_code_coverage(eventhubs azure-messaging-eventhubs-checkpoint-blob azure-m
get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
#generate_documentation(azure-messaging-eventhubs-checkpoint-blob ${AZ_LIBRARY_VERSION})
generate_documentation(blob-store ${AZ_LIBRARY_VERSION})
generate_documentation(azure-messaging-eventhubs-checkpointstore-blob ${AZ_LIBRARY_VERSION})
if(BUILD_TESTING)
add_subdirectory(test)

View File

@ -0,0 +1,12 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
#
cmake_minimum_required (VERSION 3.13)
# Include sub-projects.
# General AMQP Unit tests.
add_subdirectory ("ut")

View File

@ -8,6 +8,16 @@ vcpkg_from_github(
SHA512 0
)
if(EXISTS "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob")
file(REMOVE_RECURSE "${SOURCE_PATH}/sdk/eventhubs/_")
file(REMOVE_RECURSE "${SOURCE_PATH}/sdk/_")
file(REMOVE_RECURSE "${SOURCE_PATH}/_")
file(RENAME "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob" "${SOURCE_PATH}/sdk/eventhubs/_")
file(RENAME "${SOURCE_PATH}/sdk/eventhubs" "${SOURCE_PATH}/sdk/_")
file(RENAME "${SOURCE_PATH}/sdk" "${SOURCE_PATH}/_")
endif()
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/"
OPTIONS

View File

@ -37,14 +37,14 @@ stages:
Path: azure-messaging-eventhubs
VcpkgPortName: azure-messaging-eventhubs-cpp
- Name: azure-messaging-eventhubs-checkpointstore-blob
Path: blob-store
Path: azure-messaging-eventhubs-checkpointstore-blob
VcpkgPortName: azure-messaging-eventhubs-checkpointstore-blob-cpp
ArtifactsSource:
- Name: azure-messaging-eventhubs
Path: azure-messaging-eventhubs
VcpkgPortName: azure-messaging-eventhubs-cpp
- Name: azure-messaging-eventhubs-checkpointstore-blob
Path: blob-store
Path: azure-messaging-eventhubs-checkpointstore-blob
VcpkgPortName: azure-messaging-eventhubs-checkpointstore-blob-cpp
TestEnv:
- Name: AZURE_TENANT_ID