summaryrefslogtreecommitdiff
path: root/test/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-4547: Swift crosstests (#2670)Kino Roy2022-10-081-0/+6
| | | Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
* Merge branch '0.17.0' into upstreamJens Geyer2022-09-181-0/+1
|\
| * fixing missing EXTRA_DISTsv0.17.0Jens Geyer2022-08-311-0/+1
| |
* | Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging ↵Jens Geyer2022-09-051-0/+2
| | | | | | | | the partially completed uuid implementation to master
* | Revert "THRIFT-5501 Remove Common Lisp support"Max-Gerd Retzlaff2022-08-301-0/+6
|/ | | | This reverts commit d88d4f93b3390989bd47a43f3941ca7d576750f6.
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
| | | | | | | Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable.
* THRIFT-5521: [java gen] use jdk8 option type in java generator codeJiayu Liu2022-04-161-4/+0
| | | | | | | Client: Java Patch: Jiayu Liu This closes #2525
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-061-6/+0
| | | | | Client: cl Patch: Jens Geyer
* THRIFT-5519 Java async client loses exceptions in void methodsAlex Kormukhin2022-03-021-0/+1
| | | | | | Client: java (cherry picked from commit c4d3e36ed4db97fb6213cc13a4e611a4e658b4b7)
* Merge branch '0.16.0' into masterJens Geyer2022-02-151-0/+1
|\
| * FIX: missing EXTRA_DIST entriesJens Geyer2022-02-021-0/+1
| |
* | Fix the travis issueYuxuan 'fishy' Wang2022-01-271-0/+1
|/ | | | | | | | | | | | | | | | For example [1]: FAILURE: Build failed with an exception. * Where: Script '/thrift/src/thrift-0.17.0/lib/java/gradle/generateTestThrift.gradle' line: 40 * What went wrong: A problem occurred evaluating script. > assert thriftFile.exists() | | | false /thrift/src/thrift-0.17.0/test/partial/thrift_test_schema.thrift [1]: https://app.travis-ci.com/github/apache/thrift/jobs/557030315
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-221-5/+0
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-0/+3
|
* THRIFT-5179: Fix generated code for struct's named "a" or "b"Zezeng Wang2020-04-281-0/+1
| | | Client: cpp
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-5/+0
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-201-1/+0
| | | | | | | Client: netcore Patch: Jens Geyer This closes #1901
* THRIFT-4932: Using a default string on a binary field results in invalid ↵Ewan Higgs2019-09-201-0/+1
| | | | | | | | Java code. Client: Java Patch: Ewan Higgs This closes #1875.
* THRIFT-4763: HTML compiler produces invalid HTML document (#1720)Sebastian Zenker2019-01-301-1/+8
| | | | | * HTML: the html generator did generate a closing </code> tag without a match <code> * THRIFT-4763: added HTML test and fixed up additional HTML generation issues
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-281-1/+2
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1710
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-6/+14
|
* THRIFT-4555 Optionally disable copies of binary fields in constructors, ↵Ben Podgursky2018-04-171-0/+1
| | | | | | | getters and setters. Client: java This closes #1540.
* THRIFT-4476: Typecasting problem on double list items,Ozan Can Altiok2018-03-201-0/+1
| | | | | | | | | | | emitting doubles with high precision Client: cpp Client: erl Client: java Client: js Client: py This closes #1511
* THRIFT-82: Add Common Lisp supportTomek Kurcz2018-03-021-0/+6
| | | | | | | | | | 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-3357: Generate EnumSet/EnumMap where elements/keys are enumsDeniss Afonin2017-09-211-0/+1
| | | | | | Client: Java This closes #1253
* THRIFT-4177 fix java deep copyDeniss Afonin2017-04-191-0/+1
| | | | | | | | Client: Java Java compiler produces deep copy constructor that could make shallow copy accidentally. This closes #1254
* THRIFT-2945 Add Rust supportAllen George2017-01-261-0/+6
| | | | | | | Client: Rust Patch: Allen George <allen.george@gmail.com> This closes #1147
* THRIFT-3933 Microsoft .Net Core library port and generator for this libraryVolodymyr Gotra2017-01-041-0/+4
| | | | | | | | Client: .NET Core Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149 This closes #1088 This closes #1149
* THRIFT-3301 Java generated code uses imports that can lead to class name ↵BCG2016-12-031-0/+1
| | | | | | | | | collisions with IDL defined types Client: Java Patch: Benjamin Gould This closes #1120
* THRIFT-3910 Do not invoke pip as part of build processNobuaki Sukegawa2016-09-041-1/+3
| | | | This closes #1073
* THRIFT-3906 Run C# tests with make checkNobuaki Sukegawa2016-09-041-0/+5
| | | | This closes #1069
* More make dist entriesNobuaki Sukegawa2016-03-191-0/+1
|
* Update make dist entriesNobuaki Sukegawa2016-03-181-3/+5
|
* THRIFT-3592 Add basic test clientNobuaki Sukegawa2016-02-031-0/+5
| | | | This closes #830
* THRIFT-3571 Make feature test result browsableNobuaki Sukegawa2016-01-241-2/+3
| | | | | | | Client: Test Patch: Nobuaki Sukegawa This closes #809
* THRIFT-3504 Fix FastbinaryTest.pyNobuaki Sukegawa2016-01-021-1/+0
| | | | | | | Client: Python Patch: Nobuaki Sukegawa This closes #757
* THRIFT-3400 Add Erlang to cross testNobuaki Sukegawa2015-10-311-0/+1
| | | | | Client: Test, Erlang Patch: Nobuaki Sukegawa
* THRIFT-3299 Create an Apache Thrift language binding for Dart (dartlang.org).Mark Erickson2015-10-031-0/+5
| | | | | | | Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #608
* THRIFT-3305: Missing dist files for 0.9.3 release candidatejfarrell2015-08-251-3/+14
| | | | | | | Client: build Patch: jfarrell Adds missing files to dist
* THRIFT-3133 Allow "make cross" and "make precross" to run without building ↵Nobuaki Sukegawa2015-05-101-1/+9
| | | | all languages
* THRIFT-2578 Moving 'make cross' from test.sh to test.pyNobuaki Sukegawa2015-03-291-1/+0
|
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-241-0/+4
| | | | | | | | THRIFT-2946 Enhance usability of cross test framework Patch: Nobuaki Sukegawa This closes: #358
* THRIFT-2644 Haxe supportJens Geyer2014-11-091-0/+4
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #214
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-37/+37
| | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-37/+37
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* THRIFT-2685 c_glib: Include in integration test suiteRoger Meier2014-09-011-0/+5
| | | | | | - client side Patch: Simon South
* THRIFT-2648 cleanup erlang libalisdair sullivan2014-08-071-0/+5
| | | | | | | | | client: erlang patch: alisdair sullivan (alisdairsullivan@yahoo.ca) moves tests for the thrift compiler generation of files to /test/erl, properly removes artifacts from test suite runs, adds module listing to .app.src for better behaviour when using erlang tools like relx and rebar and modifies .gitignore to not ignore relevant erlang test components
* THRIFT-2602:Fix missing dist filesjfarrell2014-07-101-1/+9
| | | | | | | Client: build process Patch: jfarrell Add all missing files to the dist package.
* THRIFT-2497 server and client for test/go, also several fixes and improvementsJens Geyer2014-05-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client: Go Patch: Aleksey Pesternikov This closes #109 commit f2e7186ca8d63f407dba0c56ee51afd6405926ba Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-22T12:48:14Z add _ to generated filename if it ends with _test.go commit a6ed88196fbf4622a3b0261bbac0fe6b258bdd36 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-22T14:19:13Z use tcxx instead of tr1 in test/cpp commit d1848fa05f4baefc66eb405f4b1a8657bb2869bd Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-23T01:01:03Z Merge branch 'master' of https://github.com/apache/thrift into go_integration commit 04d22fef228d3f868b32a296a38f99ff52ee2142 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T00:34:24Z additions: test for client/server with several protocol/transport/ssl combinations bin/testclient and bin/testserver debug_transport fixes: separate Listen() and AcceptLoop() instead of Serve() in SimpleServer if handler function returns any unknown exception, handler closes connection commit ed88d57d977cffea9fac8f61143801f3097ef46c Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:29:54Z Generate lowercase package name lowercased pkg name in thrift files underline() -> lowercase() commit 498a910c6c6753a4b1e3633eb5c9c82be33e8c7b Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:32:26Z Merge branch 'master' into go_test_service_name commit 25792d7218a2c32ee3c2077f65ca7d0cea7f31f5 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-22T12:48:14Z add _ to generated filename if it ends with _test.go commit af994b415308a2e174d57a03675fc83d7cbd43d1 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T00:34:24Z additions: test for client/server with several protocol/transport/ssl combinations bin/testclient and bin/testserver debug_transport fixes: separate Listen() and AcceptLoop() instead of Serve() in SimpleServer if handler function returns any unknown exception, handler closes connection commit f22a777a5d5b4d93a8d7981e7aadc2c63919518a Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:44:08Z Merge branch 'go_integration' of github.com:apesternikov/thrift into go_integration commit 49a33c8c80ea35f923ee9aa3577780fcf41fe840 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:49:05Z Merge branch 'master' into test_cpp_on_mac commit 81b402ec6301f6b132c9b346ad5481f55f0aff89 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:56:56Z operator < for ThriftTest commit cde312d940d12077274dd0ba677ca850b5b439a7 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T14:12:58Z minor formatting commit 0a693115c2c20a2a8375f3859ff7bed261e6c8da Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T14:13:20Z Merge branch 'test_cpp_on_mac' into go_integration commit e06b5d24e8b6d429723a3c77a58c6ce903e1366a Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T15:19:20Z Merge branch 'go_test_service_name' into go_integration commit 42d577c9812a070060c773fcd0598e58e6d6ba61 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T15:39:57Z imported THRIFT-2491 lowercase package names commit 491ccf8b018c046c5ced72b1e19d9ac4ec48a6f5 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T15:51:53Z --noinsane flag for c++ TestClient. works with go server now for other default params commit 78db3c9a3a5742818a5de6e57f2fe9aed84919e5 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T16:03:23Z license
* THRIFT-2327 nodejs: nodejs test suite should be bundled with the libraryRoger Meier2014-01-261-2/+1
| | | | | | | | | Patch: Pierre Lamot further modifications by Roger Meier - git mv instead of delete and add - detect node or nodejs with configure.ac - use exit instead of return within lib/nodejs/test/testAll.sh