CcdbDownloader implementation, which doesn't affect CcdbApi#10483
Merged
davidrohr merged 4 commits intoMar 3, 2023
Conversation
ktf
requested changes
Dec 14, 2022
ktf
left a comment
Member
There was a problem hiding this comment.
PR itself is fine with me, but please, fix the clang-format.
d3805c6 to
43ece3c
Compare
TrifleMichael
added a commit
to TrifleMichael/AliceO2
that referenced
this pull request
Dec 14, 2022
Please consider the following formatting changes to AliceO2Group#10483
Please consider the following formatting changes to AliceO2Group#10483
3b5b92d to
ddeee15
Compare
Collaborator
|
I have difficulties understanding how this new class is supposed to be used? Is it targeting users or is it a helper ... later to be used by CcdbApi? Some more explanations in the PR message would be appreciated. |
Contributor
|
This PR did not have any update in the last 30 days. Is it still needed? Unless further action in will be closed in 5 days. |
ktf
previously approved these changes
Jan 23, 2023
Collaborator
|
Error while checking build/O2/fullCI for ddeee15 at 2023-02-11 03:13: Full log here. |
costing
previously approved these changes
Feb 9, 2023
Member
|
Ciao, can you please fix the fullCI? |
115e49e to
ca84c9c
Compare
sawenzel
approved these changes
Mar 2, 2023
Collaborator
|
Approving to retrigger a build. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is adds a version of the CCDB Downloader, which is not implemented into CcdbApi, in order to test it within O2. The CCDB Downloader is used to optimize the number of SSL handshakes and add additional functionality, like parallel downloads and asynchronous downloads.