summaryrefslogtreecommitdiff
path: root/test/features
Commit message (Collapse)AuthorAgeFilesLines
* Updated known cross failures listJens Geyer2020-03-151-0/+1
| | | | | | Patch: Jens Geyer This closes #2058
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-6/+6
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-071-3/+4
| | | | | | | | | | | | | | | | - Include rebar3 in docker image so erlang builds in CI - Include the correct path in docker image so rust builds in CI - Updated common lisp (sbcl) to 1.5.3 in docker image - Updated dlang to 2.087.0 in docker image - Updated dart to 2.0.0 in xenial docker image - Updated dart to 2.4.0 in bionic docker image - Updated erlang to 22.0 in docker image - Updated openjdk to 11.0.3 in docker image - Updated node.js to 10.16 in docker image - Updated rust to 1.34.0 in xenial docker image - Updated rust to 1.35.0 in bionic docker image THRIFT-4905: Disable hanging experimental dlang async ssl test
* [THRIFT-4771] add nodejs THeaderProtocol support (#1743)David Mai2019-02-221-1/+3
| | | Client: nodejs
* THRIFT-4579: Move up to Ubuntu Bionic for CI buildsJames E. King III2018-06-161-0/+7
| | | | | make dlang library compatible with openssl-1.1 for Ubuntu Bionic Requires an upstream deimos update to be compatible.
* THRIFT-82: Add Common Lisp supportTomek Kurcz2018-03-021-1/+3
| | | | | | | | | | Client: cl There's framed and buffered socket transport, binary protocol, multiplex, simple server, cross-tests, self-tests, tutorial, CL library, CL code generator. Only SBCL is supported for now. This closes #1412
* THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit testsVolodymyr Gotra2018-01-141-44/+46
| | | | | | Client: netcore This closes #1449
* THRIFT-2013: add multiplex server and client test support to cpp languageJames E. King, III2017-11-181-3/+9
| | | | | | | | | add multiplex client test support to csharp and java languages fix a bug in the server-side header protocol factory fix a bug in the cpp SSL server socket implementation remove unnecessary sleep in cpp server testOneway This closes #1414
* THRIFT-4329: multiplexed processor, client and server for c_glibGonzalo Aguilar Delgado2017-11-181-2/+0
| | | | | | Client: c_glib This closes #1361
* THRIFT-4370: build generated code before running static code analysis;James E. King, III2017-10-262-2/+2
| | | | | | fix E722 flake8 issues identified in python code This closes #1399
* 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-4186 Add travis build for RustAllen George2017-05-111-2/+6
| | | | | | | Client: rs Patch: Allen George <allen.george@gmail.com> This closes #1260
* THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ↵James E. King, III2017-02-204-0/+147
| | | | | | | | is not active and that at least one of TLSv1.0 through 1.2 are accepted. Client: csharp, d, go, nodejs, perl This closes #1197
* More make dist entriesNobuaki Sukegawa2016-03-191-0/+1
|
* THRIFT-3711 Add D to cross language testNobuaki Sukegawa2016-03-061-0/+4
| | | | This closes #923
* THRIFT-3691 Run flake8 Python style check on Travis-CINobuaki Sukegawa2016-02-285-4/+6
| | | | | | | Client: Build (Python) Patch: Nobuaki Sukegawa This closes #907
* THRIFT-3613 Port Python C extension to Python 3Nobuaki Sukegawa2016-02-131-10/+28
| | | | | | | Client: Python Patch: Nobuaki Sukegawa This closes #845
* THRIFT-3596 Better conformance to PEP8Nobuaki Sukegawa2016-02-045-166/+166
| | | | This closes #832
* THRIFT-3578 Make THeaderTransport detect TCompact framed and unframedNobuaki Sukegawa2016-02-012-16/+61
| | | | | | | Client: C++ Patch: Nobuaki Sukegawa This closes #819
* THRIFT-3568 THeader server crashes on readSlowNobuaki Sukegawa2016-01-241-2/+0
| | | | | | | Client: C++ Patch: Nobuaki Sukegawa This closes #807
* THRIFT-3571 Make feature test result browsableNobuaki Sukegawa2016-01-242-0/+78
| | | | | | | Client: Test Patch: Nobuaki Sukegawa This closes #809
* THRIFT-3544 Let cross test fail when server process died unexpectedlyNobuaki Sukegawa2016-01-191-0/+2
| | | | | | | Client: Test Patch: Nobuaki Sukegawa This closes #793
* THRIFT-3542 Add length limit support to Java test serverNobuaki Sukegawa2016-01-131-4/+0
| | | | This closes #788
* THRIFT-3532 Add configurable string and container read size limit to Python ↵Nobuaki Sukegawa2016-01-131-10/+0
| | | | | | protocols This closes #787
* THRIFT-3531 Create cross lang feature test for string and container read ↵Nobuaki Sukegawa2016-01-115-3/+243
| | | | | | length limit This closes #780
* THRIFT-3516 Add feature test for THeader TBinaryProtocolNobuaki Sukegawa2016-01-054-0/+112
This closes #767