While using the OrientDB console, I've noticed that sometimes commands are
re-echoed to stdout multiple times before the results appear, e.g., 

orientdb {server=remote:localhost/}> create database remote:localhost/demo admin
admin plocal graph;
orientdb {server=remote:localhost/}> create database remote:localhost/demo admin
admin plocal graph;
orientdb {server=remote:localhost/}> create database remote:localhost/demo admin
admin plocal graph;
...

This is especially noticeable when I pipe commands to console.sh in a bash
script. When I try to pipe commands via some other language (e.g., Python), the
command appears to be re-echoed forever (and never seems to actually be
executed). Setting echo to false before running any other commands doesn't seem
to have any effect because the "set echo false;" command also is re-echoed
forever. Fiddling around with the terminal (e.g., setting TERM=vt100, etc.) also
doesn't seem to have any effect. Is there some way to prevent the above
behavior? (I know that I can run the commands without the console, but I would
like to explicitly use the console to run a test that does not dependent on
specific language bindings.)

I'm using OrientDB 2.1.4 on Ubuntu 14.04.
-- 
Lev Givon
Bionet Group | Neurokernel Project
http://www.columbia.edu/~lev/
http://lebedov.github.io/
http://neurokernel.github.io/

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to