Hi Yang, Thanks for the response. I figured that out and debugging the server and client helped me a lot to understand the architecture.
On Friday, June 16, 2017 at 4:08:10 PM UTC-4, Yang Gao wrote: > > You can make fling_client fling_server and look at fling_test.c to see how > to run them manually. > > On Tue, Jun 13, 2017 at 9:02 AM, Rajarshi Biswas <[email protected] > <javascript:>> wrote: > >> Hi Guys, >> >> So I figured I have to make this using bazel ? But I get the following >> error now. >> >> bazel build :server >> INFO: Found 1 target... >> ERROR: /home/biswas.91/grpc/BUILD:448:1: undeclared inclusion(s) in rule >> '//:grpc_base': >> this rule is missing dependency declarations for the following files >> included by 'src/core/lib/iomgr/tcp_client_posix.c': >> '/home/biswas.91/grpc/src/core/lib/iomgr/time_util.h'. >> Target //test/core/fling:server failed to build >> Use --verbose_failures to see the command lines of failed build steps. >> INFO: Elapsed time: 0.506s, Critical Path: 0.18s >> >> Can someone please help me to fix this? >> >> Thanks, Rajarshi >> >> >> On Monday, June 12, 2017 at 6:59:10 PM UTC-4, Rajarshi Biswas wrote: >>> >>> Hi, >>> >>> Sorry for the noob question. >>> How do i make and run the following two tests ? >>> grpc/test/core/fling/server.c >>> grpc/test/core/fling/client.c >>> >>> _Thanks >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "grpc.io" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/grpc-io. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/grpc-io/129f3b07-c0ba-464b-b6d3-6bb64074d0fe%40googlegroups.com >> >> <https://groups.google.com/d/msgid/grpc-io/129f3b07-c0ba-464b-b6d3-6bb64074d0fe%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c0b34198-0594-4330-a161-e49af451c103%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
