-
Notifications
You must be signed in to change notification settings - Fork 190
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
Better testing for gRPC #1570
Comments
I would like to work on this as well =) |
@gianalarcon how are you doing? Is this something you still want to tackle? We've to setup a whole test suite for gRPC automated testing. @lambda-0x should take over on some part of Torii, but if you've already started something let's sync on that! 👍 |
All yours @glihm @lambda-0x . I would like to contribute in upcoming issues related to torii(graphql, grpc). |
@broody Can I work on this? |
Ah I've been out of the loop, I think @lambda-0x is taking over this, but deferring to @glihm sensei |
hello @broody can i also hop on this |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI've work with grpc a couple of times in the past. For UT usually what I do is creating a local grpc for listening the requests and I'd return some mocked data in order to increase coverage and make the code falls to the scenarios I want to test. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI'm a frontend and a blockchain developer. I will love to work on this |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI’m a Computer Engineering student and a web developer with a growing interest in blockchain. I’ve recently started contributing to open source and am passionate about projects that encourage innovation and collaboration. My background in Computer Engineering and my focus on learning new technologies, including gRPC, aligns well with this issue. While I’m relatively new to open source, I’m eager to apply my skills, gain practical experience with gRPC, and contribute meaningfully to this project How I plan on tackling this issuePlan for Tackling the Issue: Familiarize myself with the existing codebase and testing framework: I will review the current implementation of gRPC queries and subscriptions to understand the current test coverage and where gaps exist. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have good knowledge using RPC from back end developing |
I’m interested in this one. |
I’d love to work on this task. |
I'd like to take this issue. |
May I take care of this? |
Sorry for the delay on this one guys. |
Currently, there isn't very good coverage for gRPC. Would be great to have tests that covers all queries and subscriptions.
The text was updated successfully, but these errors were encountered: