On Thu, Sep 21, 2017 at 9:32 AM, <[email protected]> wrote: > Ok so I find that I can run > > `tools/run_tests/run_tests.py -l python --compiler python2.7 -r <my test > name>` > > I've added my test to `src/python/grpcio_tests/tests/interop` and updated > the `tests.json` accordingly. > > Next question is, is there a flag to make `run_tests.py` not do > `build_python.sh`? because the build step seems to recompile things > everything, and that takes a while. I've just hacked the scripts to skip > the build step after I build the first time, since I'm not modifying the > library code, and just working on my test. >
Do you have ccache installed? Until we do away with build_python.sh entirely <https://github.com/grpc/grpc/issues/8079>, using ccache in our experience eliminates the having-to-wait-ten-minutes-for-build_python.sh step in most circumstances. Thank you for running the tests! -Nathaniel -- 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/CAEOYnARj7%3DYT489RKthTBtUKGd0kNJpA8%2BqSwAF--zMzkY%3DPgw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME Cryptographic Signature
