Prashant Jaikumar
1ac1ab7396
Flaky network test enhancements and cleanups
...
- Parameterized flaky_network_test to run with different packet sizes and
credentials.
- Cleanup debugger_macros
Parametrize flaky_network_test to run with different packet sizes and
credentials.
6 years ago
Jan Tattermusch
019e9a432b
use kokoro env variable to get the PRs target branch
6 years ago
Jan Tattermusch
40d5f48a43
remove no-longer-used PR jobs
6 years ago
Jan Tattermusch
48d4bcb8ef
create build.cfg for split-up PR jobs
6 years ago
Jan Tattermusch
b18111c618
split multilang jobs by language
6 years ago
Jan Tattermusch
fbc6068140
remove no-longer-used PR jobs
6 years ago
Jan Tattermusch
d791dd1775
create build.cfg for split-up PR jobs
6 years ago
Jan Tattermusch
2cb63d859d
split multilang jobs by language
6 years ago
Richard Belleville
930cec4e27
Revert "Merge pull request #18912 from grpc/revert-bazel-changes"
...
This reverts commit c9a259aa3a
, reversing
changes made to 9c882bc725
.
6 years ago
Richard Belleville
50b5240d0a
Revert "Merge pull request #18859 from grpc/internal_py_proto_library"
...
This reverts commit 5b720f19c1
, reversing
changes made to a64ae3c0d5
.
6 years ago
Jan Tattermusch
ff397acf55
Upload C# nightly nugets to Artifactory dev nuget feed
6 years ago
Richard Belleville
4de4a7da7b
Reenable python bazel tests
6 years ago
Richard Belleville
05f37c8143
Remove dependency on pubref/rules_proto.
...
This commit resolves #18331 .
This commit resolves #18256 .
This commit resolves... another TODO that apparently didn't have an
associated github issue.
We swap out pubref's implementation of py_proto_library with our own,
which more closely mirrors the interface of the internal
py_proto_library, taking the descriptor file output of a proto_library
rule as input.
One minor change in behavior was introduced for simplicity. When a
py_proto_library depends on a proto_library with a source proto file in
a subdirectory of the bazel package, the import module of the resultant
python library will reflect the package, *not* the full directory of the
proto file, including both the bazel package and the subdirectories, as
pubref did previously. This behavior also more closely mirrors google
internal behavior.
This commit also introduces a slightly more stringent bazel format
script. Buildifier on its own will not take care of long lines, but by
running yapf first, we end up with a more legible file. At the moment,
there is no sanity check associated with this formatter.
6 years ago
Jan Tattermusch
f53eca24f4
add non-internal build.cfg files for bazel RBE jobs
6 years ago
Jan Tattermusch
92a7d4b615
standardize bazel rbe credentials
6 years ago
Jan Tattermusch
f2f27a0e64
add non-internal build.cfg files for bazel RBE jobs
6 years ago
Bill Feng
5158c3db27
naming update, documentation fix
6 years ago
Bill Feng
df89d8e157
bazel RBE Windows build
6 years ago
Bill Feng
7eb3f28b7f
added todo statments
6 years ago
Bill Feng
d74e4079c5
upgrade bazel to 0.23.2 for docker legacy bazel builds
...
excluded Python tests from Bazel legacy C/C++ Kokoro CI jobs
disabled building examples due to existance of python
6 years ago
Jan Tattermusch
cba5c089eb
Upgrade linux RBE tests to bazel 0.23.2
6 years ago
Jan Tattermusch
6da82f08bd
add job to give early warning about incompatible bazel changes
6 years ago
Jan Tattermusch
6ddee61f75
Upgrade linux RBE tests to bazel 0.22
6 years ago
Richard Belleville
23c5fb8ca4
Add example tests to CI
6 years ago
Prashant Jaikumar
ede3e61acb
Try to fix FlakyNetworkTest.ServerRestartKeepaliveDisabled flake
...
Set channel arg for max connect time.
6 years ago
Prashant Jaikumar
64dbadace8
Debug flaky_network_test
...
Run the test with some tracing enabled to debug test flakes.
6 years ago
Lidi Zheng
d209deb14b
Revert "Revert "Merge pull request #17644 from lidizheng/bzl-py3""
...
This reverts commit 7da0aacef2
.
6 years ago
Prashant Jaikumar
b31f402b46
Add flaky_network_test after fixing internal build failures.
...
Re-add flaky_network_test along with a couple of new testcases.
6 years ago
hcaseyal
cecea9c592
Revert "Added test for RPCs over a flaky network"
6 years ago
Eric Gribkoff
70f2ccd1a6
Run android interop test on a physical device
6 years ago
Prashant Jaikumar
485bc78ba3
Added flaky_network_test
6 years ago
Jan Tattermusch
817c28f22f
scaffolding for flaky network test
6 years ago
Jan Tattermusch
474a931036
Revert "added retry statements to jq installation commands"
6 years ago
Eric Gribkoff
7da0aacef2
Revert "Merge pull request #17644 from lidizheng/bzl-py3"
...
This reverts commit a25828ad78
, reversing
changes made to 5176fd80fc
.
6 years ago
Bill Feng
062e2bcade
added retry statements to jq installation commands
6 years ago
Bill Feng
16dcc172fe
putting a retry on apt-get jq
6 years ago
Jan Tattermusch
fb06f89af9
move RBE test timeout configuration to a single place
6 years ago
Lidi Zheng
15be9de11b
Bazel clean between builds of Python 2/3
6 years ago
Lidi Zheng
7df3475a9f
Enable Bazel Python 3 for every PR
...
* Reverted hack in _reflection_servicer_test.py
* To see if Kokoro is happy about it
6 years ago
Bill Feng
3dafee1e51
bumped bazel version for internal CI
6 years ago
Jan Tattermusch
4cbdf08e61
debug out of disk space in run_interop_matrix_tests.py
6 years ago
Jan Tattermusch
810a93e783
inject extra details to Bazel RBE links
6 years ago
Lidi Zheng
6692429f31
Download private key from KeyStore
6 years ago
Nicolas "Pixel" Noble
3cdf8377cf
Fixing jq's installation.
6 years ago
Jan Tattermusch
6311ddbe4b
BAZEL_INTERNAL_INVOCATION_ID is deprecated
6 years ago
Jan Tattermusch
2108c0b6a7
avoid C++ flakes by decreasing coverage parallelism
6 years ago
Jan Tattermusch
667a17c1f3
split up coverage runs by language
6 years ago
Jan Tattermusch
e73d4db498
make python bazel tests outputs useful
6 years ago
Jan Tattermusch
969a155237
add script for running RBE msan on PRs
6 years ago
Jan Tattermusch
2a4f8a3f25
use bazel --config= for all foundry builds
6 years ago