Jan Tattermusch
a8003e8b96
adjust run_tests_matrix.py windows portability suites
2017-08-23 16:17:00 +02:00
Jan Tattermusch
add32254eb
adjust run tests matrix
2017-08-23 07:53:18 +02:00
Matt Kwong
c5fd890b13
Don't rerun flakes when uploading results to BQ
2017-08-16 10:13:46 -07:00
Jan Tattermusch
a3899426fe
shard basictests
2017-07-13 11:34:22 +02:00
Michael Lumish
8399f92fd6
Merge pull request #11516 from murgatroid99/upmerge_1.4.x
...
Upmerge 1.4.x into Master
2017-06-19 12:47:29 -07:00
murgatroid99
d5b0455110
Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x
2017-06-15 17:48:42 -07:00
Jan Tattermusch
0b0d9d47a6
make use of --build_only apparent
2017-06-13 09:55:59 +02:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00
Ken Payson
1b0661bfd7
Rollback Dockerfile changes
2017-06-02 16:09:27 -07:00
murgatroid99
4bea5b9866
Run tests on Node 8 by default, add Node 7 to portability suite
2017-05-30 17:38:16 -07:00
Vijay Pai
add2e4da2d
Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.
2017-05-10 10:25:13 -07:00
Matt Kwong
c7676a3d00
Merge pull request #10967 from matt-kwong/upload_results2
...
Add option to upload Jenkins test result to BQ
2017-05-09 15:38:31 -07:00
kpayson64
a02b66a6cd
Merge pull request #10995 from kpayson64/upgrade_protobuf
...
Upgrade protobuf to 3.3.0
2017-05-09 12:56:27 -07:00
Matt Kwong
52ff986f94
Add option to upload Jenkins test result to BQ
2017-05-08 13:52:45 -07:00
Ken Payson
029090628d
Upgrade protobuf to 3.3.0
2017-05-08 12:18:12 -07:00
Matt Kwong
d42f55bd90
Add UBSan to list of tests generated
2017-05-04 15:29:32 -07:00
David G. Quintas
c2ad372d43
Merge pull request #10912 from dgquintas/trying-to-fix-stuff
...
Upmerge from 1.3.0 to master
2017-05-04 10:44:03 -07:00
Jan Tattermusch
ac9c9f93b9
reports can create subdirs
2017-04-29 12:19:36 +02:00
murgatroid99
3049462b75
Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv
2017-04-25 12:15:53 -07:00
murgatroid99
f94f64fc12
Remove non-libuv code from Node extension
2017-04-24 13:35:21 -07:00
Craig Tiller
ceea969146
Extend time capping to run_tests_matrix scripts
2017-04-21 07:49:57 -07:00
murgatroid99
ce67bff2df
Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x
2017-04-19 15:54:27 -07:00
Ken Payson
8ab2df145d
Fix PHP interop tests
2017-04-19 10:41:40 -07:00
Ken Payson
b702ce2117
Fix PHP interop tests
2017-04-18 14:29:57 -07:00
murgatroid99
f25f50511e
Build for more versions of electron, restrict when a Windows warning is shown
2017-04-13 17:22:32 -07:00
Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
2017-04-06 13:39:35 -07:00
Yuchen Zeng
15618625ed
Turn off c_ares resolver by default
2017-03-19 22:31:14 -07:00
Yuchen Zeng
9bc0d8200e
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
2017-03-17 16:00:17 -07:00
Yuchen Zeng
2c977084c8
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
2017-03-17 15:57:23 -07:00
Nathaniel Manista
264a210878
Merge pull request #10115 from thunderboltsid/update-run-tests-scripts-to-python3.x
...
Make testing scripts python3.x compatible.
2017-03-13 22:38:12 -07:00
Michael Lumish
67631eb217
Merge pull request #10105 from murgatroid99/upmerge_v1.2.x
...
Upmerge v1.2.x
2017-03-13 11:51:17 -07:00
Siddharth Shukla
8e64d901fd
Modify shebang on python scripts
...
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
2017-03-12 19:53:12 +01:00
Nathaniel Manista
21e7dfc712
Ignore the number of failed skipped tests
...
jobset.run was changed on 16 October 2015 in e4c3561074
to return the number of failures and the result set. On 20 October 2016
in 5c691c634d jobset.run was changed to
allow jobs to be skipped, but the introduced code path only returned
the result set, giving jobset.run inconsistent return value semantics.
On 24 October 2016 7e9bd6ca9a introduced
a use of jobset.run's "skip_jobs" return value semantics, and on 8
March 2017 d159af31fc resolved
jobset.run's inconsistent return value semantics but failed to correct
run_tests_matrix's use of the inconsistent "skip_jobs" return value
semantics.
2017-03-12 18:24:09 +00:00
Siddharth Shukla
d194f59939
Make testing scripts python3.x compatible
...
Update run_tests/*.py to use six based isomorphisms and print function
from __future__ module.
2017-03-12 17:47:53 +01:00
Michael Lumish
a85e7d4a64
Merge pull request #10054 from murgatroid99/uv_resolver_fallback
...
Add uv resolver fallback for named ports, fix portability tests
2017-03-10 09:41:09 -08:00
murgatroid99
d0cda5c40b
Add uv resolver fallback for named ports, fix portability tests
2017-03-09 10:04:58 -08:00
Jan Tattermusch
5a59c43e7a
make report naming internal-CI compliant
2017-03-08 10:10:52 +01:00
Jan Tattermusch
ff61b8c114
improve script for running windows tests on internal_ci
2017-03-01 15:57:42 +01:00
murgatroid99
98cdf3b3e6
Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master
2017-02-23 14:59:45 -08:00
murgatroid99
1191b7202d
Improve Node and libuv testing and test coverage
...
Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
2017-02-17 12:10:26 -08:00
Yuchen Zeng
f44e781d01
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
2017-02-08 20:15:20 -08:00
Jan Tattermusch
dfb03bb94e
add cmake build to portability tests
2017-02-03 21:46:25 +01:00
Yuchen Zeng
04ec4701e3
Merge remote-tracking branch 'upstream/master' into cares_buildin
2017-01-18 18:49:07 -08:00
murgatroid99
c34cac2891
Merge branch 'master' into node_electron_build
2017-01-04 15:43:02 -08:00
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
2016-12-22 10:47:52 +01:00
Jan Tattermusch
6a85129d1a
support --exclude in run_tests_matrix.py
2016-12-20 10:20:42 +01:00
Jan Tattermusch
68e27bfef3
enable running many runs per test without flooding the logs
2016-12-19 15:40:08 +01:00
murgatroid99
804c9e90fc
Add Electron tests to portability test matrix
2016-12-05 14:32:56 -08:00
Yuchen Zeng
b0023d25dc
Merge remote-tracking branch 'upstream/master' into cares_buildin
2016-11-30 15:51:25 -08:00
Jan Tattermusch
8613e474cb
Merge remote-tracking branch 'upstream/v1.0.x' into HEAD
2016-11-22 11:15:53 +01:00