summaryrefslogtreecommitdiff
path: root/test/crossrunner
Commit message (Expand)AuthorAgeFilesLines
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-051-1/+1
* THRIFT-5548: add kotlin code genJiayu Liu2022-04-201-1/+5
* FIX: CI error at ./test/py/TestServer.py:178:26: F507 '...' % ... has 1 place...Jens Geyer2020-05-191-3/+3
* THRIFT-4405: fix cygwin on appveyorJames E. King III2019-02-011-1/+1
* fix build errors related to updated static code analysis tools for python and...James E. King III2018-11-061-4/+4
* THRIFT-4620: add crosstest support for zlib (buffered) to cpp, enable cpp,go,...James E. King III2018-09-161-0/+8
* THRIFT-3118: add http (for non-ssl and for ssl) to the python cross testsJames E. King III2018-04-051-1/+1
* THRIFT-4525: add ruby cross test ssl supportJames E. King III2018-03-211-0/+2
* THRIFT-4358: add unix domain socket option to ruby cross testsJames E. King III2018-03-211-0/+1
* THRIFT-4515: cross server test improvement: graceful test server shutdownJames E. King III2018-03-195-95/+139
* THRIFT-2998: enable cross test for nodejs http transport,James E. King, III2017-10-281-2/+2
* THRIFT-3706: Implement multiplexed protocol client and test client for c_glib...Gonzalo Aguilar Delgado2017-02-201-4/+4
* THRIFT-3691 Run flake8 Python style check on Travis-CINobuaki Sukegawa2016-02-283-4/+10
* THRIFT-3688 Fix socket bind failure detection of cross testNobuaki Sukegawa2016-02-281-22/+23
* THRIFT-3682 Do not reuse refused sockets in test scriptsNobuaki Sukegawa2016-02-271-9/+14
* THRIFT-3642 Speed up cross test runnerNobuaki Sukegawa2016-02-202-18/+52
* THRIFT-3611 Add --regex filter to cross test runnerNobuaki Sukegawa2016-02-112-6/+13
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-046-876/+876
* THRIFT-3579 Introduce retry to make crossNobuaki Sukegawa2016-01-243-67/+105
* THRIFT-3571 Make feature test result browsableNobuaki Sukegawa2016-01-242-12/+17
* THRIFT-3544 Let cross test fail when server process died unexpectedlyNobuaki Sukegawa2016-01-192-6/+24
* crossrunner: fix browse urlRoger Meier2016-01-171-1/+1
* THRIFT-3531 Create cross lang feature test for string and container read leng...Nobuaki Sukegawa2016-01-112-4/+10
* THRIFT-3516 Add feature test for THeader TBinaryProtocolNobuaki Sukegawa2016-01-055-76/+34
* THRIFT-3495 Minor enhancements and fixes for cross testNobuaki Sukegawa2015-12-241-8/+7
* THRIFT-3482 Haskell JSON protocol does not encode binary field as Base64Nobuaki Sukegawa2015-12-131-4/+4
* THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructureNobuaki Sukegawa2015-12-057-38/+29
* THRIFT-3439 Run make cross using Python3 when availableNobuaki Sukegawa2015-11-234-24/+33
* THRIFT-3436 cross test fails with "UnicodeDecodeError: 'ascii' codec can't de...Jens Geyer2015-11-213-6/+23
* THRIFT-3371: added test for abstract namespace domain sockets.pavlo2015-10-112-7/+10
* `make style` appliedKonrad Grochowski2015-05-181-1/+1
* THRIFT-3109 Cross test log file cannot be browsed when served in HTTP serverNobuaki Sukegawa2015-04-261-7/+7
* THRIFT-2578 Moving 'make cross' from test.sh to test.pyNobuaki Sukegawa2015-03-292-2/+18
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-247-0/+1095