Update BCL to point to the new address + remove cpprestsdk as a dependency#5626
Open
jmarrec wants to merge 12 commits into
Open
Update BCL to point to the new address + remove cpprestsdk as a dependency#5626jmarrec wants to merge 12 commits into
jmarrec wants to merge 12 commits into
Conversation
19 tasks
kflemin
reviewed
Jul 15, 2026
|
|
||
| #define REMOTE_PRODUCTION_SERVER "https://bcl.nrel.gov" | ||
| #define REMOTE_PRODUCTION_SERVER "https://bcl.nlr.gov" | ||
| #define REMOTE_DEVELOPMENT_SERVER "https://bcl2.nrel.gov" |
Contributor
There was a problem hiding this comment.
I don't know if REMOTE_DEVELOPMENT_SERVER is important, but that doesn't exist right now. could change to nlr.gov there as well? or something like bcl-test.nlr.gov which is a URL we could use for the dev server.
Collaborator
Author
There was a problem hiding this comment.
It sets the BCL url to that one when remoteBCL.useRemoteDevelopmentUrl() is called...
I don't think anyone really uses that. Anyways, I changed it to bcl-test.nlr.gov.
jmarrec
commented
Jul 15, 2026
…ot too much ```diff -1/5 Test #673: BCLFixture.RemoteBCLTest ............... Passed 24.32 sec +1/5 Test #673: BCLFixture.RemoteBCLTest ............... Passed 26.52 sec -2/5 Test #674: BCLFixture.RemoteBCLTest2 .............. Passed 4.15 sec +2/5 Test #674: BCLFixture.RemoteBCLTest2 .............. Passed 3.43 sec -3/5 Test #676: BCLFixture.RemoteBCLMetaSearchTest ..... Passed 4.04 sec +3/5 Test #676: BCLFixture.RemoteBCLMetaSearchTest ..... Passed 4.97 sec -4/5 Test #677: BCLFixture.RemoteBCL_EncodingURI ....... Passed 4.90 sec +4/5 Test #677: BCLFixture.RemoteBCL_EncodingURI ....... Passed 5.09 sec -5/5 Test #678: BCLFixture.RemoteBCL_BCLSearchResult ... Passed 3.88 sec +5/5 Test #678: BCLFixture.RemoteBCL_BCLSearchResult ... Passed 5.25 sec ```
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.
Pull request overview
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.