Stanley Cheung
220c4de732
PHP: update dockerfiles to add MAKEFLAGS=-j8
5 years ago
Stanley Cheung
f47d14160a
PHP: add various scenarios to test PECL extension
5 years ago
Pau Freixes
a44e6d76b7
[Aio] Unary unary client call barebones implementation
...
Implement the minimal stuff for making a unary call with the new
experimental gRPC Python implementation for Asyncio, called Aio.
What has been added:
- Minimal iomgr code for performing the required network and timer
calls.
- Minimal Cython code implementing the channel, call and the callback
context.
- Minimal Python code that mimics the synchronous implementation but
designed to be asynchronous.
Testing considerations:
Tests have to be executed using the `GRPC_ENABLE_FORK_SUPPORT=0`
environment variable for skipping the fork handles installed by
the core library. This is due to the usage of a syncrhonous server
used as a fixture executed in another process.
Co-authored-by: Manuel Miranda <manuel.miranda@skyscanner.net>
Co-authored-by: Mariano Anaya <mariano.anaya@skyscanner.net>
Co-authored-by: Zhanghui Mao <zhanghui.mao@skyscanner.net>
Co-authored-by: Lidi Zheng <lidiz@google.com>
5 years ago
Tony Lu
1d98106847
Renaming the correct files
5 years ago
Tony Lu
d2ce6e707c
Isolated test-specific build steps so that unrelated tasks don't run them
...
Move interop making back to run_tests.py
5 years ago
Prashant Jaikumar
232725b99a
Add C++ Cronet end2end tests
5 years ago
Muxi Yan
7352bae1bb
Move tests
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Muxi Yan
6a8763eca9
Add test to verify objective c plugin outputs correct filename
8 years ago
Muxi Yan
ea9d8b6775
Display time between tests for troubleshooting timeout
8 years ago
Jorge Canizales
545bad349c
Misc test scripts cleanup:
...
- Echo commands
- Remove generated code before pod install
- Don’t “clean” before “build”
8 years ago
Jorge Canizales
f4df3d2d02
Don’t care about installed protoc in the test scripts
8 years ago
Jan Tattermusch
f2ce4307bf
fix terminal encoding for cocoapods
9 years ago
Jorge Canizales
e8d953557d
Formatting and documentation
9 years ago
Jorge Canizales
37a44d875f
Use the protoc made when one isn’t yet installed
9 years ago
Jorge Canizales
e95f241c96
Reactivate Cocoapods error output
9 years ago
Jorge Canizales
02039a25c7
Fail early and explicitly if protoc, pod, or xcodebuild are missing
9 years ago
Jorge Canizales
d0b32e9a55
Make plugin & server, and pod install via run_tests.py
9 years ago
Stanley Cheung
4a5c65464e
update homebrew php ext location
10 years ago
Stanley Cheung
229e8553a6
replace backticks with $()
10 years ago
Stanley Cheung
c865c318e4
php: refactor and cleanup some scripts
10 years ago
Stanley Cheung
cb14eab395
Add package.xml and necessary files for pecl extension
10 years ago
Stanley Cheung
f98cf2d2e2
fix php5.6 ext location
10 years ago
murgatroid99
bfa9e4f822
Fixed scripts again for PHP 5.5
10 years ago
murgatroid99
bbbb3a0016
Updated scripts with PHP 5.6's build location
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
834288138d
Add shell script copyrights
10 years ago
Craig Tiller
c2e80bfbd0
Pickup wherever phpunit is installed
10 years ago
Craig Tiller
62b03e2d9f
Sym-link in system extensions
10 years ago
Craig Tiller
1b3a881f8f
Dont hardcode phpunit director
10 years ago
Craig Tiller
e94373360f
Add shebang
10 years ago
mlumish
b892a27e67
Added PHP to the global gRPC moe config
...
Change on 2014/12/09 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81727766
10 years ago