Jens Geyer created THRIFT-2920:
----------------------------------

             Summary: Erlang Thrift test uses wrong IDL file
                 Key: THRIFT-2920
                 URL: https://issues.apache.org/jira/browse/THRIFT-2920
             Project: Thrift
          Issue Type: Bug
          Components: Erlang - Library, Test Suite
            Reporter: Jens Geyer


Erlang test executes the following statement:

{code:title=test/erl/Makefile.am}
.generated: $(THRIFT_FILES)
        for f in $(THRIFT_FILES) ; do \
          $(THRIFT) --gen erl $$f ; \
        done ; \
        $(THRIFT) --gen erl:legacynames LegacyNames.thrift
        touch .generated
{code}

Because ThriftTest.thrift and DocTest.thrift both expose a {{service 
ThriftTest}} whose contents do *not* match, depending on the order of how the 
system sees the files, the code generated out of DocTest.thrift may overwrite 
the previously generated code from ThriftTest.thrift.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to