summaryrefslogtreecommitdiff
path: root/test/erl
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
|
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging ↵Jens Geyer2022-09-051-1/+1
| | | | the partially completed uuid implementation to master
* version bumpJens Geyer2022-08-301-1/+1
|
* THRIFT-5536 Fix cross language testsAki Sukegawa2022-03-081-1/+5
|
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* bump version numberJens Geyer2021-08-031-1/+1
|
* THRIFT-5377 Remove Erlang R16 supportSergey Yelin2021-03-261-4/+0
| | | | | | | Client: erl Patch: Sergey Yelin This closes #2357
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* fix veralign.sh and bump version (again)Jens Geyer2019-10-201-1/+1
|
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-2/+12
|
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
|/
* configure.ac, Makefile.am: introduce THRIFT variable to support ↵Thomas Petazzoni2017-09-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | cross-compilation The thrift build system currently assumes that the thrift compiler is always available in $(top_builddir)/compiler/cpp/thrift. However, in a cross-compilation context, this location contains the thrift compiler built for the target... which obviously will not run on the build machine. In order to support such cross-compilation situation, we introduce the THRIFT variable as a an argument for the configure script (using AC_ARG_VAR). If not specified, it defaults to the existing value of using compiler/cpp/thrift from the build directory, but it can be overridden when calling ./configure. Note that $(top_builddir) cannot be used within the configure script, so we simply use `pwd`, which is the same as the top_builddir. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> This closes #1336 This closes #1350
* THRIFT-4273 erlang:now/0: Deprecated BIF.walter-weinmann2017-09-071-3/+2
| | | | | | Client: erlang This closes #1346
* THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error ↵James E. King, III2017-02-152-3/+4
| | | | | | | | in erlang test client using wrong key file and added CA Client: Perl This closes #1189
* THRIFT-3834 Erlang namespacing and exception metadataSteve Cohen2016-06-142-45/+45
| | | | | | | Client: Erlang Patch: Steve Cohen <steve@pinterest.com> This closes #1027
* Revert "THRIFT-3834 Erlang namespacing and exception metadata"Jens Geyer2016-06-072-45/+45
| | | | This reverts commit c8deed8cba62dce0ce816afef38f708ce49d0a61.
* THRIFT-3834 Erlang namespacing and exception metadataSteve Cohen2016-06-062-45/+45
| | | | | Client: Erlang Patch: Steve Cohen
* THRIFT-3421 rebar as dependency instead of bundlingRoger Meier2015-11-151-1/+0
|
* THRIFT-338 Compact Protocol in ErlangNobuaki Sukegawa2015-11-032-4/+21
| | | | | | | Client: Erlang Patch: Nobuaki Sukegawa This closes #338
* THRIFT-2113 Erlang SSL Socket SupportDavid Robakowski2015-11-012-0/+16
| | | | | Client: Erlang Patch: David Robakowski
* THRIFT-2708 add support for oneway (async) function calls in erlang clientNobuaki Sukegawa2015-11-011-0/+9
| | | | | | | Client: Erlang Patch: Nobuaki Sukegawa Add timeout to oneway call in cross test client.
* THRIFT-2708 add support for oneway (async) function calls in erlang clientalisdair sullivan2015-11-012-1/+4
| | | | | | | | | Client: Erlang Patch: Alisdair Sullivan modified by Nobuaki Sukegawa Modification: Fix invalid send_call return type. This closes #231
* THRIFT-3400 Add Erlang to cross testNobuaki Sukegawa2015-10-319-1066/+380
| | | | | Client: Test, Erlang Patch: Nobuaki Sukegawa
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-241-1/+1
| | | | | | | | THRIFT-2946 Enhance usability of cross test framework Patch: Nobuaki Sukegawa This closes: #358
* THRIFT-2951 Fix Erlang name conflict testhenrique2015-02-051-3/+9
| | | | | | | | | | | | | | | Patch: Nobuaki Sukegawa This closes #360 ---- commit 06cc3e990ade560461a276991ce9cb544706dae3 Author: Nobuaki Sukegawa <nsukeg@gmail.com> Date: 2015-01-27T18:11:40Z THRIFT-2951 Fix Erlang name conflict test ----
* THRIFT-2920 Erlang Thrift test uses wrong IDL fileJens Geyer2014-12-301-1/+1
| | | | | Client: Erlang Patch: Jens Geyer
* THRIFT-2920 Erlang Thrift test uses wrong IDL fileJens Geyer2014-12-291-0/+2
| | | | | Client: Erlang Patch: Jens Geyer
* THRIFT-2689 struct names that differ only in capitalization of first ↵Jens Geyer2014-10-071-26/+0
| | | | | | | | | | | character generate broken erlang code Client: haskell Patch: Alisdair Sullivan This closes #239 Removed struct from NameConflictTest.thrift that causes problems for certain backends
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-9/+9
| | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-9/+9
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* THRIFT-2628 struct member name conflicts due to lowercased namesJens Geyer2014-10-026-48/+805
| | | | | | | Client: Erlang Patch: Alisdair Sullivan This closes #228
* THRIFT-2689 struct names that differ only in capitalization of first ↵Jens Geyer2014-10-011-36/+62
| | | | | | | | | character generate broken erlang code Client: Erlang Patch: Alisdair Sullivan This closes #204
* THRIFT-2648 cleanup erlang libalisdair sullivan2014-08-074-0/+387
| | | | | | | | | 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-892 - refactor erlang library to build using rebar, move tests into ↵Anthony F. Molinaro2011-06-218-693/+0
| | | | | | lib/erl/test directory and run several via make check git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1137870 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1151 - catch some serialization errorsAnthony F. Molinaro2011-06-183-1/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1137131 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1213 - make membuffer in erlang more usefulAnthony F. Molinaro2011-06-181-56/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1137121 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1080 : fix building of test codeAnthony F. Molinaro2011-03-243-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1085035 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Verify elt/key/val when reading list/set/mapDavid Reiss2010-08-301-1/+16
| | | | | | For now, exit on a badmatch if one is wrong. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991000 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Update test_disklog to use the new APIDavid Reiss2010-08-301-9/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990994 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Update test_membuffer to use the new APIDavid Reiss2010-08-301-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990993 13f79535-47bb-0310-9956-ffa450edef68
* erlang: test_{client,server}: Allow framed_transport to be usedDavid Reiss2010-08-302-7/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990988 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Create a test clientDavid Reiss2010-08-302-1/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990987 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Client refactor, part 1David Reiss2010-08-302-187/+1
| | | | | | | | | | | | | | - Client is no longer a separate process. - Simplified constructors moved into another module. - All functions and exceptions return the new client, to allow for future statefulness in the client. NOTE: With the new library and old gen-code, attempting to call a nonexistent function will result in an exit. TODO: fix docs and tests (tether test is not meaningful) git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990979 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Make the test_server use thrift_socket_serverDavid Reiss2010-08-301-1/+3
| | | | | | thrift_server is deprecated, it seems. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990971 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Make the test server compatible with the Python test clientDavid Reiss2010-08-301-1/+1
| | | | | | The Python test client expects a specific value in some responses. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990970 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Allow custom erlc flags for the test suiteDavid Reiss2010-08-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990960 13f79535-47bb-0310-9956-ffa450edef68
* erlang: Clean up some trailing whitespaceDavid Reiss2010-08-301-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990958 13f79535-47bb-0310-9956-ffa450edef68
* Rollback a few recent Erlang changes to fix blame dataDavid Reiss2010-08-306-208/+215
| | | | | | | | | My combined patch for THRIFT-599 was committed, but it is preferable commit the individual patches to preserve the more detailed log and blame data. I'll recommit r987018 as a sequence of patches and r988722 as its own rev. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990957 13f79535-47bb-0310-9956-ffa450edef68