[
https://issues.apache.org/jira/browse/AVRO-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16637337#comment-16637337
]
ASF GitHub Bot commented on AVRO-2229:
--------------------------------------
kojiromike commented on issue #336: [AVRO-2229] Test using a Docker image
URL: https://github.com/apache/avro/pull/336#issuecomment-426742942
Bypassing the rat test and all the known-passing tests, I ran the rest of
the `./build.sh test` in docker as described above. The very last step failed:
```
+ /bin/bash share/test/interop/bin/test_rpc_interop.sh
TEST: share/test/interop/rpc/add/onePlusOne
18/10/03 18:16:25 INFO util.log: Logging initialized @337ms to
org.eclipse.jetty.util.log.Slf4jLog
18/10/03 18:16:25 INFO server.Server: jetty-9.4.z-SNAPSHOT
18/10/03 18:16:25 INFO handler.ContextHandler: Started
o.e.j.s.ServletContextHandler@441772e{/,null,AVAILABLE}
18/10/03 18:16:25 INFO server.AbstractConnector: Started
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:46719}
18/10/03 18:16:25 INFO server.Server: Started @813ms
2
Closing server.
18/10/03 18:16:27 INFO server.AbstractConnector: Stopped
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
18/10/03 18:16:27 INFO handler.ContextHandler: Stopped
o.e.j.s.ServletContextHandler@441772e{/,null,UNAVAILABLE}
18/10/03 18:16:27 INFO util.log: Logging initialized @324ms to
org.eclipse.jetty.util.log.Slf4jLog
18/10/03 18:16:27 INFO server.Server: jetty-9.4.z-SNAPSHOT
18/10/03 18:16:28 INFO handler.ContextHandler: Started
o.e.j.s.ServletContextHandler@441772e{/,null,AVAILABLE}
18/10/03 18:16:28 INFO server.AbstractConnector: Started
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:33359}
18/10/03 18:16:28 INFO server.Server: Started @420ms
2
Closing server.
18/10/03 18:16:29 INFO server.AbstractConnector: Stopped
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
18/10/03 18:16:29 INFO handler.ContextHandler: Stopped
o.e.j.s.ServletContextHandler@441772e{/,null,UNAVAILABLE}
18/10/03 18:16:30 INFO util.log: Logging initialized @323ms to
org.eclipse.jetty.util.log.Slf4jLog
18/10/03 18:16:30 INFO server.Server: jetty-9.4.z-SNAPSHOT
18/10/03 18:16:30 INFO handler.ContextHandler: Started
o.e.j.s.ServletContextHandler@441772e{/,null,AVAILABLE}
18/10/03 18:16:30 INFO server.AbstractConnector: Started
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:34025}
18/10/03 18:16:30 INFO server.Server: Started @419ms
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:127:in
`validate_map': undefined method `keys' for nil:NilClass (NoMethodError)
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:103:in
`validate_recursive'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:156:in `block in
validate_possible_types'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:154:in `map'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:154:in
`validate_possible_types'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:141:in
`validate_union'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:105:in
`validate_recursive'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:110:in `block in
validate_recursive'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:108:in `each'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:108:in
`validate_recursive'
from
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:67:in `validate!'
from /home/michaels/avro/lang/ruby/lib/avro/schema.rb:97:in
`validate'
from /home/michaels/avro/lang/ruby/lib/avro/io.rb:503:in `write_data'
from /home/michaels/avro/lang/ruby/lib/avro/io.rb:499:in `write'
from /home/michaels/avro/lang/ruby/lib/avro/ipc.rb:136:in
`write_handshake_request'
from /home/michaels/avro/lang/ruby/lib/avro/ipc.rb:105:in `request'
from lang/ruby/test/tool.rb:69:in `send_message'
from lang/ruby/test/tool.rb:137:in `main'
from lang/ruby/test/tool.rb:143:in `<main>'
```
I don't know if this is reflected in any other ticket.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Ability to test using a Docker image
> ------------------------------------
>
> Key: AVRO-2229
> URL: https://issues.apache.org/jira/browse/AVRO-2229
> Project: Avro
> Issue Type: Improvement
> Affects Versions: 1.8.2
> Reporter: Fokko Driesprong
> Priority: Major
> Fix For: 1.9.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)