You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Within worker, add logs when a message is received and immediatly
after a response has been sent.
* Include HOSTNAME in the test metadata that is stored in Redis. For a
K8s deployment, HOSTNAME will correspond to the name of the pod
running the test. This will make it possible to retreive worker logs
for a misbehaving test.
* When a test is complete, the worker and the associated logs, may no
longer exist, however the logs will still be available in the log file
contained within the test payload that is pushed to long term storage.
* These changes pertain to worker, however there is an existing log
message within the web implementation that logs when a message is sent to
the worker, but no response is received. Additionally, each message
between web and worker is given a unique ID, therefore with all of
this togethor there will be breadcrumbs if a message is dropped.
0 commit comments