-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZMQ lib change. #925
Open
divyagayathri-hcl
wants to merge
9
commits into
sonic-net:master
Choose a base branch
from
divyagayathri-hcl:zmq
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ZMQ lib change. #925
Conversation
This file contains 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
/azpw run Azure.sonic-swss-common |
/AzurePipelines run Azure.sonic-swss-common |
Azure Pipelines successfully started running 1 pipeline(s). |
divyagayathri-hcl
force-pushed
the
zmq
branch
3 times, most recently
from
October 9, 2024 08:46
29ead6f
to
17822f1
Compare
/azpw run Azure.sonic-swss-common |
/AzurePipelines run Azure.sonic-swss-common |
Azure Pipelines successfully started running 1 pipeline(s). |
divyagayathri-hcl
force-pushed
the
zmq
branch
6 times, most recently
from
November 5, 2024 18:33
b214785
to
30135b0
Compare
divyagayathri-hcl
force-pushed
the
zmq
branch
from
November 5, 2024 20:36
290d505
to
5caad2d
Compare
divyagayathri-hcl
force-pushed
the
zmq
branch
from
November 25, 2024 18:31
4710209
to
c7a13dd
Compare
divyagayathri-hcl
force-pushed
the
zmq
branch
5 times, most recently
from
December 2, 2024 07:40
7de8564
to
3ea9a71
Compare
divyagayathri-hcl
force-pushed
the
zmq
branch
5 times, most recently
from
December 6, 2024 02:13
07f2688
to
ce4c463
Compare
divyagayathri-hcl
force-pushed
the
zmq
branch
21 times, most recently
from
December 7, 2024 14:32
ea87661
to
210c01c
Compare
divyagayathri-hcl
force-pushed
the
zmq
branch
from
December 7, 2024 14:57
210c01c
to
4a113f2
Compare
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.
Summary:
Adding wait() method due to dependency in sonic-pins.
sdivya@7aa92f8f1e9d:/sonic/src/sonic-p4rt/sonic-swss-common$ bazel build $BAZEL_BUILD_OPTS ...
INFO: Build option --cache_test_results has changed, discarding analysis cache.
INFO: Analyzed 4 targets (0 packages loaded, 544 targets configured).
INFO: Found 4 targets...
...
INFO: Elapsed time: 2.420s, Critical Path: 2.07s
INFO: 10 processes: 2 internal, 8 linux-sandbox.
INFO: Build completed successfully, 10 total actions
sdivya@7aa92f8f1e9d:/sonic/src/sonic-p4rt/sonic-swss-common$ bazel test $BAZEL_BUILD_OPTS --cache_test_results=no ...
INFO: Build option --cache_test_results has changed, discarding analysis cache.
INFO: Analyzed 4 targets (0 packages loaded, 544 targets configured).
INFO: Found 2 targets and 2 test targets...
INFO: Elapsed time: 0.520s, Critical Path: 0.07s
INFO: 3 processes: 1 internal, 2 linux-sandbox.
INFO: Build completed successfully, 3 total actions
//tests:saiaclschema_ut PASSED in 0.0s
//tests:status_code_util_test PASSED in 0.0s
Executed 2 out of 2 tests: 2 tests pass.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these a
INFO: Build completed successfully, 3 total actions