fishtest icon indicating copy to clipboard operation
fishtest copied to clipboard

Fishtest on AWS EC2

Open JojoM-sf opened this issue 2 months ago • 4 comments

Trying, after a long break, to start Fishtest on AWS EC2, I keep getting the result that it doesn't work. From what I can see, the machine will as such be registered and will show up in the workers list accordingly, but apparently, no tests are performed. The latter can be seen in the tasks list, the number of games played stays zero. The only thing I can observe directly is that the architecture of the machine is not recognized (ARCH = ?).

JojoM-sf avatar Oct 21 '25 09:10 JojoM-sf

You'll need to give some more information to help you debug, and to be precise you tested the worker not fishtest (which is the framework).

What Machine Type, did it have a Public IPv4 or only IPv6, and anything else that might be useful ? And the worker script output

In principle there is nothing which should prevent this.

Disservin avatar Oct 21 '25 09:10 Disservin

I think your instance is just slow. If a task is allocated and required toolchains are installed properly I think it's good (unless the number of games remains zero for very long time). Also ARCH = ? is normal until the worker sends the first request to the server.

Add:

Your worker has been running a task of a VLTC test so it might take a bit more time for your worker to send the first batch of results to the server.

MinetaS avatar Oct 21 '25 09:10 MinetaS

Image Image

JojoM-sf avatar Oct 21 '25 10:10 JojoM-sf

Does this help? Is there any way I can access the worker script output?

JojoM-sf avatar Oct 21 '25 10:10 JojoM-sf