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
This is the place for creating a list where we find events that can be added.
A noobaa crash event as a result of a panic call
was found as a part of issue NSFS | Concurrency Tests | Warp fails with error - connect: connection refused #8471
I didn't add the noobaa event (const NoobaaEvent = require('../manage_nsfs/manage_nsfs_events_utils').NoobaaEvent; and new NoobaaEvent(NoobaaEvent.ENDPOINT_CRASHED).create_event(undefined, undefined, err); in panic.js under function panic directly to avoid module dependency.
Environment info
This is the place for creating a list where we find events that can be added.
was found as a part of issue NSFS | Concurrency Tests | Warp fails with error - connect: connection refused #8471
I didn't add the noobaa event (
const NoobaaEvent = require('../manage_nsfs/manage_nsfs_events_utils').NoobaaEvent;
andnew NoobaaEvent(NoobaaEvent.ENDPOINT_CRASHED).create_event(undefined, undefined, err);
inpanic.js
under functionpanic
directly to avoid module dependency.was found as a part of PR NC | NSFS | Wrap with
try-catch
Prometheus Reportingstart_server
#8559 (see comment).The text was updated successfully, but these errors were encountered: