summaryrefslogtreecommitdiff
path: root/test/test.py
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5564: setup cross test in GitHub action (#2602)Jiayu Liu2022-05-091-2/+2
| | | * include java and kotlin into precross
* THRIFT-3118: add http (for non-ssl and for ssl) to the python cross testsJames E. King III2018-04-051-4/+16
|
* THRIFT-4515: cross server test improvement: graceful test server shutdownJames E. King III2018-03-191-6/+15
| | | | This closes #1509
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | avoiding duplicate rebuilds of the same image, and also allow personal docker hub repositories for private fork builds to be optimized. Move ubsan build to artful image because it catches more stuff and fix what was found. THRIFT-4345: solidify docker build strategy for maximum coverage: trusty, xenial, artful as stock as they can be THRIFT-4344: add top level language summary markdown and update readme with a new image on the layered architecture THRIFT-3847: remove VERSION macro from config.h which was causing a conflict on artful builds. THRIFT-4359: fix haxe map/set decode when key is binary, as a missing break statement caused it to use an int during decode This closes #1389
* THRIFT-3611 Add --regex filter to cross test runnerNobuaki Sukegawa2016-02-111-6/+7
| | | | | | | Client: Test Patch: Nobuaki Sukegawa This closes #843
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-041-110/+110
| | | | This closes #832
* THRIFT-3579 Introduce retry to make crossNobuaki Sukegawa2016-01-241-8/+10
| | | | This closes #817
* THRIFT-3571 Make feature test result browsableNobuaki Sukegawa2016-01-241-35/+8
| | | | | | | Client: Test Patch: Nobuaki Sukegawa This closes #809
* THRIFT-3531 Create cross lang feature test for string and container read ↵Nobuaki Sukegawa2016-01-111-4/+9
| | | | | | length limit This closes #780
* THRIFT-3516 Add feature test for THeader TBinaryProtocolNobuaki Sukegawa2016-01-051-42/+108
| | | | This closes #767
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-241-270/+90
| | | | | | | | THRIFT-2946 Enhance usability of cross test framework Patch: Nobuaki Sukegawa This closes: #358
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-2/+2
| | | | | | | Client: All Patch: Anatol Pomozov This closes #281
* THRIFT-2652 THRIFT_TEST_PORT variable via to run tests in parallelcdwijayarathna2014-08-161-3/+3
|
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-08-151-87/+101
|
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-08-101-14/+24
|
* Revert "THRIFT-2578 Moving 'make cross' from test.sh to test.py"Roger Meier2014-08-071-28/+14
| | | | | | This reverts commit c53bbd2c4b2df1dafaf71fec822269b0a63268ef. oops, I accidently committed this, sorry!
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-08-071-14/+28
|
* THRIFT-2578 Moving 'make cross' from test.sh to test.pyRoger Meier2014-08-011-16/+35
| | | | Patch: cdwijayarathna
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-07-301-75/+74
|
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-07-261-20/+26
| | | | | | | | | | | | | | | | This closes #166 ---- commit 0fdd2148af1ea4e3be79ec05a76ea31af0f2b082 Author: cdwijayarathna <cdwijayarathna@gmail.com> Date: 2014-07-26T17:32:13Z THRIFT-2578 Moving 'make cross' from test.sh to test.py ---- Signed-off-by: Roger Meier <roger@apache.org>
* THRIFT-2578 Moving 'make cross' from test.sh to test.pycdwijayarathna2014-07-091-23/+91
| | | | Signed-off-by: Roger Meier <roger@apache.org>
* THRIFT-2578 Moving 'make cross' from test.sh to test.pyRoger Meier2014-06-181-28/+64
| | | | Patch: Chamila Dilshan Wijayarathna
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2014-06-111-0/+151
initial version of test.py and tests.json Patch: Roger Meier