James E. King III created THRIFT-4903:
-----------------------------------------
Summary: erlang cross test server insanity test may not be correct
Key: THRIFT-4903
URL: https://issues.apache.org/jira/browse/THRIFT-4903
Project: Thrift
Issue Type: Bug
Components: Erlang - Library
Affects Versions: 0.12.0
Environment: Using the ubuntu-bionic docker build environment with
Erlang 22 in it.
Reporter: James E. King III
When doing "make precross" in test/erl I see these warnings:
```
src/test_thrift_server.erl:163: Warning: variable 'Hello' is unused
src/test_thrift_server.erl:172: Warning: variable 'Crazy' is unused
src/test_thrift_server.erl:172: Warning: a term is constructed, but never used
src/test_thrift_server.erl:174: Warning: a term is constructed, but never used
```
Looking at the code, I would say that either these things are not supposed to
exist or the test is not complete. Could someone look at which it is and
correct it?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)