- May 29, 2024
-
-
Marc-Olivier Andrez authored
The CI job `test-services-linux-debug` executes the tests using CMake, including the Go tests. The command used to execute the Go tests is defined in `CMakeModules/testing_go.cmake` Ln14: `go test ${test_source_files}`. The `go test` command first compiles the tests and then run them. Compiling the tests needs the file `common/go/src/asapo_common/version/version_lib.go` to correctly define the versions of the different communication protocols and components: ```go package version // Default build-time variable for library-import. // This file is overridden on build with build-time informations. func init(){ version = "100.0.wip-fix-tests, build 5100fbee" consumerProtocolVersion = "v0.6" producerProtocolVersion = "v0.6" discoveryApiVersion = "v0.1" authorizerApiVersion = "v0.2" ftsApiVersion = "v0.2" brokerApiVersion = "v0.6" } ``` The file `common/go/src/asapo_common/version/version_lib.go` is generated when running CMake. So the file is generated in the CI job `build-services-linux-debug`, not in `test-services-linux-debug`. This commit ensures that the file is copied from the CI job `build-services-linux-debug` to the CI job `test-services-linux-debug` so that `go test` can use it when compiling and running the tests. If the file does not exist, `go test` won't be able to compile the tests.
-
- May 17, 2024
-
-
Mikhail Karnevskiy authored
-
- Apr 16, 2024
-
-
Mikhail Karnevskiy authored
-
- Apr 15, 2024
-
-
Mikhail Karnevskiy authored
-
- Jan 30, 2024
-
-
Mikhail Karnevskiy authored
Try to crate/get auto_id again in case of problem. This does happen when several receivers create new collection.
-
- Jan 16, 2024
-
-
Mikhail Karnevskiy authored
-
- Dec 08, 2023
-
-
Mikhail Karnevskiy authored
Rename message_id to time_id. Use _id for sequential message index given by producer and time_id for message based on arrival time.
-
- Nov 30, 2023
-
-
Mikhail Karnevskiy authored
Fix stream_delete functionality. Now stream metadata, auto_incrementing_id and list of streams are cleaned up.
-
- Nov 28, 2023
-
-
Mikhail Karnevskiy authored
Add PipelineStepId in the list of group delays. Fix representation of pipeline topology. Add new variable in the proto.
-
- Nov 01, 2023
-
-
Mikhail Karnevskiy authored
-
- Sep 07, 2023
-
-
Mikhail Karnevskiy authored
-
- Aug 28, 2023
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Oct 28, 2022
-
-
George Sedov authored
-
- Oct 20, 2022
-
-
George Sedov authored
-
- Oct 19, 2022
-
-
George Sedov authored
-
- Aug 12, 2022
-
-
George Sedov authored
-
- Aug 10, 2022
-
-
George Sedov authored
-
- Mar 18, 2022
-
-
George Sedov authored
-
- Mar 01, 2022
-
-
Sergey Yakubov authored
-
- Feb 15, 2022
-
-
Sergey Yakubov authored
-
- Feb 11, 2022
-
-
Sergey Yakubov authored
-
- Feb 07, 2022
-
-
George Sedov authored
-
- Jan 27, 2022
-
-
Sergey Yakubov authored
-
- Jan 24, 2022
-
-
Sergey Yakubov authored
-
- Jan 18, 2022
-
-
Sergey Yakubov authored
-
- Dec 16, 2021
-
-
Sergey Yakubov authored
-
- Dec 04, 2021
-
-
Sergey Yakubov authored
-
- Dec 03, 2021
-
-
Sergey Yakubov authored
-
- Dec 02, 2021
-
-
George Sedov authored
-
- Dec 01, 2021
-
-
George Sedov authored
-
- Nov 26, 2021
-
-
George Sedov authored
This reverts commit e4f9d3e4.
-
George Sedov authored
Adds rdkafka dependency, rdkafka client, and notification for file close event
-
George Sedov authored
Adds rdkafka dependency, rdkafka client, and notification for file close event
-
Sergey Yakubov authored
-
- Nov 24, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-