Håkan Mattsson
Håkan Mattsson
Hi, Can you share the printouts from autoconf/.configure/make/make install? What files do you have in the directory /usr/lib/lux/ebin? How do you invoke lux? /Håkan On Wed, Nov 23, 2022 at...
Thanks for the precise bug report! I am looking into this.
When building lux, you need to use an Erlang/OTP installation with the app xmerl installed. From the error printout I can see that xmerl is not included in your code...
The optimal solution would be to make the system under test easier to test. A subscription mechanism would be very useful in this case. A system relying on random sleep...
Does it work sometimes? If not, perhaps it may be some issue with how long string echo can manage (on your host)? If it works sometimes I would compare the...
Check the previous "send" item in the event log and verify that it has completed. With this I mean that you have matched on something reliable, such as the SH-PROMPT...
They are essentially equivalent. Shells are started on demand with [shell NAME]. You can this in the event.log. It is very transparent.
Btw, avoid to build in assumptions about where the script will be executed or where its logs will be located. Use "mkdir -p $LUX_EXTRA_LOGS/output_files" instead of using "mkdir -p lux_logs/latest_run/output_files".
Have you tried to copy the "echo giant |curl" command from the stdin log and paste it repeatedly in a (Bourne) shell? It may cause the same problems as you...
I do not think the problem really is lux. The argument string given to 'echo' is seems quite extreme. So I would avoid it as it may indicate that you...