Open
Conversation
8869345 to
3b2d187
Compare
89bca83 to
2d3872c
Compare
3a32a98 to
c9b650a
Compare
* Add C++ YMQ Tests * Move tests to tests/cpp/ymq --------- Co-authored-by: sharpener6 <1sc2l4qi@duck.com>
4e726d4 to
3d2e58a
Compare
- remove execinfo.h for musllinux - move all configurations from github workflow to pyproject.toml
- rename download_install_libraries script to library_tool - separate compile command into download and compile, this is for cibuildwheel tool not download for multiple times when building wheel for different arch and library versions - library_tool.sh <library> download now is cached, so ideally, we should only download once unless we change the 3rd party library version
* Add support for --preload "foo.bar:preload_function(arg1, arg2)" * Update example with preload for linter check * Update tests with preload for linter check * Log and stop on error, raising exception * Update docs with preload * Add tests for preload * Cleanup tests for preload * Try longer sleep to fix failing test on GitHub (works locally) * Separate preload tests which use their own cluster, possibly slowing test_responsiveness * Add some tests for preload spec * Address minor comments for preload Signed-off-by: eric <eric117649@gmail.com> * Bump version Signed-off-by: eric <eric117649@gmail.com> * Remove unused import Signed-off-by: eric <eric117649@gmail.com> --------- Signed-off-by: eric <eric117649@gmail.com> Co-authored-by: sharpener6 <1sc2l4qi@duck.com>
Move files Revert
Run tests with sudo
Co-authored-by: rafa-be <raphael@noisycamp.com>
ef2b5a2 to
fdba484
Compare
* Rework YMQ * Remove unused includes * Address comments from rafa-be * Address comments, format, improve typing * Adjust GIL acquisition after feedback * Fix Python 3.8 * Add num_threads property to iocontext * fix mypy * Update SyncObjectStorageConnector to use ymq Signed-off-by: gxu <georgexu420@163.com> * Make Linter Happy Signed-off-by: gxu <georgexu420@163.com> * Satisfy Linter Signed-off-by: gxu <georgexu420@163.com> * satisfy linter Signed-off-by: gxu <georgexu420@163.com> * Let AsyncObjectStorageConnector use ymq Signed-off-by: gxu <georgexu420@163.com> * Apply comment from mag Signed-off-by: gxu <georgexu420@163.com> * fix lint * catch connector socket closed by remote end error * add todo --------- Signed-off-by: gxu <georgexu420@163.com> Co-authored-by: gxu <georgexu420@163.com>
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.
No description provided.