Lidi Zheng
6046624c42
Merge pull request #24781 from grpc/revert-24767-revert-24673-modernize-several-scripts
...
Revert "Revert "Resolve warnings and deprecations in several scripts in tools""
4 years ago
Yash Tibrewal
7384b960fa
Merge pull request #24780 from yashykt/xdssecenvvar
...
Protect xds security code with the environment variable "GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT"
4 years ago
Stanley Cheung
660a860cff
Merge pull request #24695 from HannahShiSFB/upgrade-phpunit8
...
PHP: upgrade to phpunit 8
4 years ago
Chengyuan Zhang
05fb53ef34
Merge pull request #24779 from voidzcy/impl/set_circuit_breaking_env_var_in_test_env
...
Set enabling circuit breaking env var in xDS test client environment
4 years ago
root
2f38db4191
del test dockerfile for php 8 for now
4 years ago
root
4429620608
to fit phpunit8 grammar, add void to setUpBeforeClass(), setUp() and tearDown()
4 years ago
root
e989bb8b83
upgrade to phpunit8.5.8
4 years ago
root
39e2ad44f2
upgrade to phpunit8
4 years ago
root
b73be37404
add a test dockerfile for php8
4 years ago
Yash Tibrewal
abdc490f72
Protect xds security code with environment variable
4 years ago
Lidi Zheng
da399bc970
Install yaml in users's directory
4 years ago
Lidi Zheng
5ea36eb47c
Revert "Revert "Resolve warnings and deprecations in several scripts in tools""
4 years ago
Chengyuan Zhang
71057c6031
Set enabling circuit breaking env var in xDS test client environment.
4 years ago
yulin liang
dc78c24c0d
Merge pull request #24776 from yulin-liang/bump_master
...
Bump version of master to 1.35-dev("gecko")
4 years ago
yulin liang
83d41616a4
Merge pull request #24772 from yulin-liang/upmerge
...
Upmerge changes from v1.33.x to master
4 years ago
yulin-liang
2ffa791ae6
Regenerate projects
4 years ago
yulin-liang
7542ceedc6
Bump version of master to 1.35-dev("gecko")
4 years ago
Yang Gao
8dc7d6a37e
Merge pull request #24731 from yang-g/lame_channel
...
Return given code/message for lame channel rather than Unknown.
4 years ago
Esun Kim
175c1b535b
Merge pull request #24774 from veblush/disable-abseil-sync-on-apple
...
Revert "Enable GPR_ABSEIL_SYNC on Apple"
4 years ago
Stanley Cheung
bf1f4fd452
Merge pull request #24621 from HannahShiSFB/php-8-test-docker
...
PHP: add ifdef for compiling on php8
4 years ago
Jan Tattermusch
e257ef7585
Merge pull request #24768 from jtattermusch/macox_big_sur_detection
...
Unify OS detection logic between Grpc.Core.PlatformApis and Grpc.Tools
4 years ago
Jan Tattermusch
6fc0f14873
Merge pull request #24765 from jtattermusch/dart_interop_2_10
...
Upgrade dart interop SDK to 2.10
4 years ago
Jan Tattermusch
9767905909
Merge pull request #24766 from jtattermusch/fix-RIDs-for-csharp-core-package
...
Make RIDs for the native dependencies in Grpc.Core arch specific
4 years ago
Esun Kim
09df3a6823
Revert "Enable GPR_ABSEIL_SYNC on Apple"
...
This reverts commit 2197855c8048f5981070faea8f327eb451701db8.
4 years ago
Chengyuan Zhang
4fb1d56a4a
Merge pull request #24757 from voidzcy/bugfix/create_extra_backend_services_for_circuit_breaking_test
...
The backend service API is not able to unset backend service's circuit breakers configuration, which causes trouble for restoring target proxy's validate_for_proxyless flag. So we create two dedicated backend services (still using existing instance groups) for performing the circuit breaking test. Existing backend services, which are shared among other test cases will not be polluted.
4 years ago
yulin-liang
c83c3b9d27
Merge branch 'v1.33.x'
4 years ago
Lidi Zheng
20c350fd6c
Merge pull request #24752 from lidizheng/depend-setuptools
...
Incur setuptools as an dependency for grpcio_tools
4 years ago
Lidi Zheng
666e24d679
Merge pull request #24725 from lidizheng/add-encoding
...
Explicitly set encoding to ascii to prevent TypeError in Python 3
4 years ago
Esun Kim
d910557f22
Merge pull request #24690 from Capstan/remove-gflags
...
Remove gflags.
4 years ago
Esun Kim
96a2dbeaa0
Merge pull request #24751 from veblush/to-karthikravis
...
Pass to karthikravis
4 years ago
Lidi Zheng
096a95ba01
Merge pull request #24767 from grpc/revert-24673-modernize-several-scripts
...
Revert "Resolve warnings and deprecations in several scripts in tools"
4 years ago
Mark D. Roth
a244d39acc
Merge pull request #24756 from markdroth/xds_test_cleanup
...
Move resource generation out of ADS impl and into test suite class.
4 years ago
donnadionne
b4619a78d1
Merge pull request #24761 from donnadionne/interop_fix
...
Fixing a bug in cpp xds interop client after the use of absl::GetFlag
4 years ago
Jan Tattermusch
3e5e117c92
unify OS detection logic between Grpc.Core.PlatformApis and Grpc.Tools
4 years ago
Jan Tattermusch
dcb3f8c73e
Revert "Resolve warnings and deprecations in several scripts in tools"
4 years ago
Jan Tattermusch
63da0468b4
remove useless grpc_interop_dart dockerfile template
4 years ago
Erwin de Haan
6dbdedd9a0
Make RIDs for the native dependencies in Grpc.Core arch specific
4 years ago
Jan Tattermusch
cf3d407e69
upgrade dart interop SDK to 2.10
4 years ago
Donna Dionne
c85ce105ee
Fixing a bug in cpp xds interop client after the use of absl::GetFlag
...
Code used absl::string_view to point into FLAG_xxx, when we changed
to uses absl::GetFlag, absl::string_view is pointing into temp variables
which results in undefined behaviour for the flags.
4 years ago
Esun Kim
014a2a0d54
Merge pull request #24748 from veblush/alts-mac
...
Disable ALTS connectivity test on Mac
4 years ago
Esun Kim
61deee2217
Disable ASSERT_EQ in ConnectLoop on Mac
4 years ago
Chengyuan Zhang
972978c11e
Fix formatting.
4 years ago
capstan
1f670397ce
Remove gflags.
...
With the move to abseil's flags, this removed the now-unnecessary submodule and installation commands.
4 years ago
Chengyuan Zhang
00bb398c58
Perform circuit breaking test with dedicated backend services.
4 years ago
Chengyuan Zhang
3fef71243a
Use two extra backend services for circuit breaking test.
4 years ago
Lidi Zheng
2e142c3dcf
Merge pull request #24673 from lidizheng/modernize-several-scripts
...
Resolve warnings and deprecations in several scripts in tools
4 years ago
Mark D. Roth
07016f8191
Move resource generation out of ADS impl and into test suite class.
4 years ago
Lidi Zheng
1389fa7426
Incur setuptools as an dependency for grpcio_tools
4 years ago
Lidi Zheng
35f48d584d
Explicitly import "util"
4 years ago
Esun Kim
d92bde3f52
To karthikravis
4 years ago