kenhuuu commented on code in PR #3231:
URL: https://github.com/apache/tinkerpop/pull/3231#discussion_r2408081496
##########
gremlin-python/docker-compose.yml:
##########
@@ -75,7 +75,12 @@ services:
&& python3 ./setup.py test
&& python3 ./setup.py install
&& radish -f dots -e -t -b ./radish ./gremlin-test
--user-data='serializer=application/vnd.gremlin-v3.0+json'
- && radish -f dots -e -t -b ./radish ./gremlin-test
--user-data='serializer=application/vnd.graphbinary-v1.0';
+ && radish -f dots -e -t -b ./radish ./gremlin-test
--user-data='serializer=application/vnd.graphbinary-v1.0'
+ && echo 'Running examples...'
Review Comment:
Very small nit: This command is getting a bit unwieldy. Consider splitting
the examples off into another service that depends on the integration tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]